Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
narin committed Nov 28, 2023
1 parent f93063c commit eaa6dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/generate-changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# in order to generate a changelog that filters out the other
# packages in this monorepo.

# Check if 'packages', 'current_package' and 'token' are provided as command line arguments
# Check if 'current_package' and 'token' are provided as command line arguments
if [ "$#" -ne 2 ]; then
echo "Usage: $0 <current_package> <token>"
exit 1
Expand Down

0 comments on commit eaa6dae

Please sign in to comment.