Skip to content

Commit

Permalink
missed that
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp committed Aug 22, 2024
1 parent cc89cf1 commit d66476a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/getting-started.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ while true; do
printf "1) minimal template\n"
printf "2) parachain template\n"
printf "3) solochain template\n"
printf "q) cancel"
printf "q) cancel\n"
read -p "#? " template
case $template in
[1]* ) clone_and_enter_template minimal; break;;
Expand Down

0 comments on commit d66476a

Please sign in to comment.