aboutsummaryrefslogtreecommitdiff
path: root/fetch_version
diff options
context:
space:
mode:
Diffstat (limited to 'fetch_version')
-rwxr-xr-xfetch_version1
1 files changed, 0 insertions, 1 deletions
diff --git a/fetch_version b/fetch_version
index 492aff1..a0325f6 100755
--- a/fetch_version
+++ b/fetch_version
@@ -17,7 +17,6 @@ while [[ $# -gt 0 ]]; do
17 name="$(echo "$content" | jq -r ".meta.name")" 17 name="$(echo "$content" | jq -r ".meta.name")"
18 url="$(echo "$content" | jq -r ".meta.url")" 18 url="$(echo "$content" | jq -r ".meta.url")"
19 branch="$(echo "$content" | jq -r ".meta.branch")" 19 branch="$(echo "$content" | jq -r ".meta.branch")"
20 break
21 ;; 20 ;;
22 -n|--name) 21 -n|--name)
23 name=$1 22 name=$1