X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=fetch_version;fp=fetch_version;h=a0325f632789f5a7689bc199768547c4474eaa74;hb=7ac9bef4930a10101f02cbfdc4c75351e98553d6;hp=492aff11ddd1d912413743e8658cb19e8c24a6bf;hpb=61199e9367515ec28f2a24903ea12a7b6747c9c0;p=perso%2FImmae%2FConfig%2FNix.git 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 name="$(echo "$content" | jq -r ".meta.name")" url="$(echo "$content" | jq -r ".meta.url")" branch="$(echo "$content" | jq -r ".meta.branch")" - break ;; -n|--name) name=$1