Use generic example

pull/57/head
Tim Byrne 7 years ago
parent 3253743939
commit e1cb4944e4
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12

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

Loading…
Cancel
Save