diff --git a/bootstrap b/bootstrap index ce5ffb9..c53d04d 100755 --- a/bootstrap +++ b/bootstrap @@ -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:]]+$ ]] || {