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
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ncp-check-version')
-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 45ffc3fc..bf738f44 100755
--- a/bin/ncp-check-version
+++ b/bin/ncp-check-version
@@ -6,7 +6,7 @@ TMPDIR="$( mktemp -d /tmp/ncp-check.XXXXXX || ( echo "Failed to create temp dir.
trap "rm -rf \"${TMPDIR}\"; exit 0" 0 1 2 3 15
git clone --depth 20 -q --bare https://github.com/nextcloud/nextcloudpi.git "$TMPDIR" || {
- echo "The git clone command failed: No connectivity to https://github.com ?"
+ echo "The git clone command failed: No connectivity to https://github.com ?" >&2
exit 1
}