mirror of
https://github.com/TheLocehiliosan/yadm
synced 2024-10-27 20:34:27 +00:00
Use generic example
This commit is contained in:
parent
3253743939
commit
e1cb4944e4
@ -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…
Reference in New Issue
Block a user