Skip to content

Commit

Permalink
fix: apply shfmt fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhodgkiss committed Aug 1, 2024
1 parent 3c4dd42 commit 6cc4541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/config-diff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ function find_redacted_files {
truncated_path="${file#"$directory/"}"
vaulted_file="etc/kayobe/$truncated_path"
if [[ "$vaulted_file" == *.yml ]]; then
KAYOBE_CONFIG_SECRET_PATHS+=("etc/kayobe/$truncated_path")
KAYOBE_CONFIG_SECRET_PATHS+=("etc/kayobe/$truncated_path")
else
KAYOBE_CONFIG_VAULTED_FILES_PATHS+=("etc/kayobe/$truncated_path")
KAYOBE_CONFIG_VAULTED_FILES_PATHS+=("etc/kayobe/$truncated_path")
fi
fi
done < <(find "$directory" -type f -print0)
Expand Down

0 comments on commit 6cc4541

Please sign in to comment.