1
0
Fork 0
mirror of synced 2024-07-26 18:11:09 -04:00

Use generic example

This commit is contained in:
Tim Byrne 2017-02-08 21:06:00 -08:00
parent 3253743939
commit e1cb4944e4
No known key found for this signature in database
GPG key ID: 14DB4FC2465A4B12

View file

@ -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:]]+$ ]] || {