File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ version() {
9
9
}
10
10
11
11
if [ -z " $GHE_REMOTE_VERSION " ]; then
12
- echo GHE_REMOTE_VERSION must be set for this script to work.
13
- exit 1
12
+ echo GHE_REMOTE_VERSION must be set for this script to work.
13
+ exit 1
14
14
fi
15
15
16
16
# The list of gists returned by the source changed in 2.16.23, 2.17.14,
@@ -19,10 +19,10 @@ if [[ "$GHE_REMOTE_VERSION" =~ 2.16. && "$(version $GHE_REMOTE_VERSION)" -ge "$(
19
19
[[ " $GHE_REMOTE_VERSION " =~ 2.17. && " $( version $GHE_REMOTE_VERSION ) " -ge " $( version 2.17.14) " ]] || \
20
20
[[ " $GHE_REMOTE_VERSION " =~ 2.18. && " $( version $GHE_REMOTE_VERSION ) " -ge " $( version 2.18.8) " ]] || \
21
21
[[ " $( version $GHE_REMOTE_VERSION ) " -ge " $( version 2.19.3) " ]]; then
22
- echo 0/nw/01/aa/3f/1234 git-server-fake-uuid
23
- echo 1/nw/23/bb/4c/2345 git-server-fake-uuid1
24
- echo 0/01/aa/3f/gist/93069ad4c391b6203f183e147d52a97a.git git-server-fake-uuid2
25
- echo 1/23/bb/4c/gist/03de86b717f901789a864375baaab36c.git git-server-fake-uuid
22
+ echo 0/nw/01/aa/3f/1234 git-server-fake-uuid
23
+ echo 1/nw/23/bb/4c/2345 git-server-fake-uuid1
24
+ echo 0/01/aa/3f/gist/93069ad4c391b6203f183e147d52a97a.git git-server-fake-uuid2
25
+ echo 1/23/bb/4c/gist/03de86b717f901789a864375baaab36c.git git-server-fake-uuid
26
26
else
27
27
echo 0/nw/01/aa/3f/1234 git-server-fake-uuid
28
28
echo 1/nw/23/bb/4c/2345 git-server-fake-uuid1
You can’t perform that action at this time.
0 commit comments