aboutsummaryrefslogtreecommitdiff
path: root/fetch_version
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-03-29 09:07:36 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-03-29 09:07:36 +0100
commit7ac9bef4930a10101f02cbfdc4c75351e98553d6 (patch)
tree156519c9d3fcaf11e956e5c1a72fa199bace5fa3 /fetch_version
parent61199e9367515ec28f2a24903ea12a7b6747c9c0 (diff)
downloadNix-7ac9bef4930a10101f02cbfdc4c75351e98553d6.tar.gz
Nix-7ac9bef4930a10101f02cbfdc4c75351e98553d6.tar.zst
Nix-7ac9bef4930a10101f02cbfdc4c75351e98553d6.zip
Upgrade diaspora to latest version
Remove Gemfile and Gemfile.lock and use instead the ones from the repository
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