Skip to content

Commit f6d0180

Browse files
committed
fix tofu command line args order
1 parent 1d16e8d commit f6d0180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cardano-parts-project/Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1324,7 +1324,7 @@ tofu *ARGS:
13241324

13251325
tofu init -reconfigure
13261326
tofu workspace select -or-create "$WORKSPACE"
1327-
tofu ${ARGS[@]} ${VAR_FILE:+-var-file=<("${SOPS[@]}" "$VAR_FILE")}
1327+
tofu "${ARGS[@]:0:1}" ${VAR_FILE:+-var-file=<("${SOPS[@]}" "$VAR_FILE")} "${ARGS[@]:1}"
13281328

13291329
# Truncate a select chain after slot
13301330
truncate-chain ENV SLOT:

0 commit comments

Comments
 (0)