Skip to content

Commit b56088f

Browse files
authored
[fix] blogwriter.commands.code.startの言語選択のプロンプト変更
1 parent 324eafd commit b56088f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

write.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ while true
4444
echo "3) CSS"
4545
echo "4) Python"
4646
echo "5) その他(自動認識)"
47-
read -p "> " lang
47+
read -p "言語(1-5)> " lang
4848
case "$lang" in
4949
1) lang=" lang-bash" ;;
5050
2) lang=" lang-html" ;;

0 commit comments

Comments
 (0)