Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2018-02-12 10:56:01 +0300
committernachoparker <nacho@ownyourbits.com>2018-02-12 10:58:32 +0300
commitc14b05600d0c96e1c1ddbaadbb3ac189e5bf2e57 (patch)
tree17a268f83f3014475995a407e317c56e85b4c398 /bin
parentdc88dcb968a2b26f07505349a9047cebdb213f36 (diff)
update: fix typo in check versionv0.46.7
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ncp-check-version2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ncp-check-version b/bin/ncp-check-version
index 57957571..a7281f4c 100755
--- a/bin/ncp-check-version
+++ b/bin/ncp-check-version
@@ -6,7 +6,7 @@
rm -rf /tmp/ncp-check-tmp
-git clone --depth 20 -q --bare https://github.com/nextcloud/nextcloudpi.git /tmp/ncp-check-tmp {
+git clone --depth 20 -q --bare https://github.com/nextcloud/nextcloudpi.git /tmp/ncp-check-tmp || {
echo "The git clone command failed: No connectivity to https://github.com ?"
exit 1
}