Skip to content

Commit 7dd4626

Browse files
committed
Rename script
1 parent 13f177b commit 7dd4626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/generate_practice_exercise renamed to bin/add_practice_exercise

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set -euo pipefail
1010

1111
# If argument not provided, print usage and exit
1212
if [ $# -ne 1 ] && [ $# -ne 2 ] && [ $# -ne 3 ]; then
13-
echo "Usage: bin/generate_practice_exercise.sh <exercise-slug> [difficulty] [author-github-handle]"
13+
echo "Usage: bin/add_practice_exercise <exercise-slug> [difficulty] [author-github-handle]"
1414
exit 1
1515
fi
1616

0 commit comments

Comments
 (0)