Skip to content
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.

Commit

Permalink
fix blueprint not skipping flag
Browse files Browse the repository at this point in the history
  • Loading branch information
bradp committed Dec 14, 2014
1 parent b310c6b commit 1fd0bb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vv
Original file line number Diff line number Diff line change
Expand Up @@ -449,13 +449,13 @@ function site_creation_questions() {

if [[ -f "$path"/vv-blueprints.json ]]; then
# Get local URL
while [ -z "$blueprint" ]; do
if [ -z "$blueprint" ]; then
prompt "blueprint to use (leave blank for none)"
read -r blueprint
if [ -z "$blueprint" ]; then
unset blueprint
fi
done
fi
fi

# Get local URL
Expand Down

0 comments on commit 1fd0bb2

Please sign in to comment.