Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: martimalek <[email protected]>
  • Loading branch information
Nikolai Lopin and martimalek authored Jan 11, 2024
1 parent de78e32 commit bd9980f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_v2_migration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ ! -d "$CODEMODS_FOLDER" ]; then
exit 1
fi

# remove the first argument (the `run_v2_migration.sh)
# remove the first argument (the `run_v2_migration`)
shift

total_files=$(find "$CODEMODS_FOLDER" -type f | wc -l | tr -d '[:space:]')
Expand Down

0 comments on commit bd9980f

Please sign in to comment.