Skip to content

Commit

Permalink
Use generic example
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLocehiliosan committed Feb 9, 2017
1 parent 3253743 commit e1cb494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function build_url() {

echo
echo "Provide your user and repo separated by '/'"
echo "For example: TheLocehiliosan/dotfiles"
echo "For example: UserName/dotfiles"
echo
read -r -p "User/Repo ->" choice < /dev/tty
[[ "$choice" =~ ^[^[:space:]]+/[^[:space:]]+$ ]] || {
Expand Down

0 comments on commit e1cb494

Please sign in to comment.