Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mkelly committed Oct 19, 2023
1 parent 06ef820 commit fe12f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitops_workflow_standard/rollout_bindplane_configs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ start_directory="./bindplane/configuration"

mkdir -p "${start_directory}"

bindplane_output=$(bindplane get configs")
bindplane_output=$(bindplane get configs)

# Parse the NAME field from the output and loop through each one
echo "$bindplane_output" | awk 'NR>1 {print $1}' | while read -r name; do
Expand Down

0 comments on commit fe12f32

Please sign in to comment.