Browse Source

Fix typo in script

master
Tovi Jaeschke-Rogers 4 years ago
parent
commit
ad068b62bf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .local/bin/new-repo

+ 1
- 1
.local/bin/new-repo View File

@ -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// /_}


Loading…
Cancel
Save