Merge pull request #214199 from TheBenCollins/patch-1
Fix mistake in command execution parameter
This commit is contained in:
commit
8e73b25e77
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ in {
|
|||
${escapeShellArgs cfg.extraOptions} \
|
||||
${optionalString (cfg.storageDriver != null) ''
|
||||
-storage_driver "${cfg.storageDriver}" \
|
||||
-storage_driver_user "${cfg.storageDriverHost}" \
|
||||
-storage_driver_host "${cfg.storageDriverHost}" \
|
||||
-storage_driver_db "${cfg.storageDriverDb}" \
|
||||
-storage_driver_user "${cfg.storageDriverUser}" \
|
||||
-storage_driver_password "$(cat "${cfg.storageDriverPasswordFile}")" \
|
||||
|
|
Loading…
Reference in a new issue