Skip to content

Commit 1e043b8

Browse files
committed
fix: pass arguments as argstr instead
1 parent d23b358 commit 1e043b8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

maintainers/scripts/update/update.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ updateScript="maintainers/scripts/update/update.nix"
77

88
nix-shell "${rootDir}/${updateScript}" \
99
--argstr flakePath "${rootDir}" \
10-
--arg keep-going 'true' \
11-
--arg commit "true" \
12-
--arg max-workers "4" \
13-
--arg no-confirm "true"
10+
--argstr keep-going 'true' \
11+
--argstr max-workers "4" \
12+
--argstr no-confirm "true"

0 commit comments

Comments
 (0)