We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d16e8d commit f6d0180Copy full SHA for f6d0180
templates/cardano-parts-project/Justfile
@@ -1324,7 +1324,7 @@ tofu *ARGS:
1324
1325
tofu init -reconfigure
1326
tofu workspace select -or-create "$WORKSPACE"
1327
- tofu ${ARGS[@]} ${VAR_FILE:+-var-file=<("${SOPS[@]}" "$VAR_FILE")}
+ tofu "${ARGS[@]:0:1}" ${VAR_FILE:+-var-file=<("${SOPS[@]}" "$VAR_FILE")} "${ARGS[@]:1}"
1328
1329
# Truncate a select chain after slot
1330
truncate-chain ENV SLOT:
0 commit comments