diff --git a/.local/bin/new-repo b/.local/bin/new-repo index 4a7a948..89a829d 100755 --- a/.local/bin/new-repo +++ b/.local/bin/new-repo @@ -1,7 +1,7 @@ #!/bin/sh read -p "Enter the name/url for repo: " url -read -p "Enter the description for repo:" desc +read -p "Enter the description for repo: " desc url_parsed=${url// /_}