diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-03-29 09:07:36 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-03-29 09:07:36 +0100 |
commit | 7ac9bef4930a10101f02cbfdc4c75351e98553d6 (patch) | |
tree | 156519c9d3fcaf11e956e5c1a72fa199bace5fa3 /fetch_version | |
parent | 61199e9367515ec28f2a24903ea12a7b6747c9c0 (diff) | |
download | Nix-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-x | fetch_version | 1 |
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 |