Skip to content

Commit d7d9102

Browse files
author
Matt Cuneo
authoredDec 16, 2021
Update create.sh
1 parent 92cfb24 commit d7d9102

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎terraform/create.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ echo cores: $cores
2525
echo memory: $memory
2626
echo storage: $storage
2727
echo size: $size
28-
read -n 1 -p "Continue? (y/n)" inp
28+
read -n 1 -p "Continue? (y/n) " inp
29+
echo ''
2930

3031
if [ "$inp" = "y" ] || [ "$inp" = "Y" ]; then
3132
echo creating resource

0 commit comments

Comments
 (0)
Failed to load comments.