Skip to content

Commit

Permalink
add fix (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcalhoun authored Aug 4, 2023
1 parent d9f3360 commit a691bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/spacelift-generate-pr-comment-body.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi
# Use jq to extract the spacelift_stack values and iterate through them
stack_count=0
for spacelift_stack in $(jq -r '.[].spacelift_stack' < "affected-stacks.json" | grep -v null); do
printf "/spacelift %s %s\n" "$spacectl_command" "$spacelift_stack" >> "comment-body.txt"
printf "/spacelift %s %s\n" "$spacelift_stack" "$spacectl_command" >> "comment-body.txt"
stack_count=$((stack_count+1))
done

Expand Down

0 comments on commit a691bda

Please sign in to comment.