Skip to content

Commit 6d1e5bb

Browse files
committed
fix comment
1 parent 8c3bf43 commit 6d1e5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if ! [[ "$update" = "major" || "$update" = "minor" || "$update" = "patch" ]]; th
4545
exit 1
4646
fi
4747

48-
# test if everything is prepar
48+
# test if everything is prepared
4949
if ! command -v git &> /dev/null; then
5050
error "command 'git' is not available"
5151
fi

0 commit comments

Comments
 (0)