Skip to content

Commit b1d67a1

Browse files
committed
.
1 parent 2352b1b commit b1d67a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ npm_run_build() {
4242
git_commit() {
4343
while true; do
4444
printf "\n"
45-
read -p "${BOLD}commit? (Y/n)${RESET}" yn
45+
read -p "${BOLD}git commit? (Y/n)${RESET}" yn
4646
case ${yn} in
4747
[Yy]* )
4848
IFS= read -r -p "${BOLD}Enter commit message: ${RESET}" commitmsg

0 commit comments

Comments
 (0)