Skip to content

Commit

Permalink
Finish checksum.sh sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvanyo committed Aug 12, 2021
1 parent 24ff2f1 commit 08a2b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/checksum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ done < <(find $SAMPLE -type f \( -name "build.gradle*" -o -name "gradle-wrapper.
for FILE in ${FILES[@]}; do
echo $(checksum_file $FILE) >> $RESULT_FILE
done
# Now sort the file so that it is
# Now sort the file so that it is idempotent
sort $RESULT_FILE -o $RESULT_FILE

0 comments on commit 08a2b7b

Please sign in to comment.