Skip to content

Commit

Permalink
Fix small style guideline error - Squash
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Jun 3, 2022
1 parent c3d008f commit aff845a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/verify-locked-down-signatures.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ fi

unsigned_commits_exist=0
LOCKED_DOWN_FILES=$(cat $SCRIPT_DIR/locked_down_files.txt)
for locked_file in $LOCKED_DOWN_FILES;
do
for locked_file in $LOCKED_DOWN_FILES; do
locked_file_commit_hashes=$(git rev-list --oneline $whitelisted_commit..HEAD $SCRIPT_DIR/../$locked_file | awk '{print $1}')
for commit in $locked_file_commit_hashes;
do
Expand Down

0 comments on commit aff845a

Please sign in to comment.