Skip to content

Commit

Permalink
corrected minor typo in function addConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
ZorzArg committed Sep 5, 2023
1 parent f28a4ec commit 0d2ce8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/config.R
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ addConfig <- function(block, database = block, projectPath = here::here(), open
{block}:
databaseName: {database}
dbms: !expr keyring::key_get('{block}_dbms', keyring = '{projName}')
user: !expr keyring::key_get('{block}_user', keyring = '{projName}'),
user: !expr keyring::key_get('{block}_user', keyring = '{projName}')
password: !expr keyring::key_get('{block}_password', keyring = '{projName}')
connectionString: !expr keyring::key_get('{block}_connectionString', keyring = '{projName}')
cdmDatabaseSchema: !expr keyring::key_get('{block}_cdmDatabaseSchema', keyring = '{projName}')
Expand Down

0 comments on commit 0d2ce8f

Please sign in to comment.