From c14b05600d0c96e1c1ddbaadbb3ac189e5bf2e57 Mon Sep 17 00:00:00 2001 From: nachoparker Date: Mon, 12 Feb 2018 08:56:01 +0100 Subject: update: fix typo in check version --- bin/ncp-check-version | 2 +- changelog.md | 4 +++- 2 files changed, 4 insertions(+), 2 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 } diff --git a/changelog.md b/changelog.md index 6844a588..0bf8acb5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,7 @@ -[v0.46.6](https://github.com/nextcloud/nextcloudpi/commit/ea0eaa3) (2018-02-08) Update ncp-check-version +[v0.46.7](https://github.com/nextcloud/nextcloudpi/commit/5eba8d6) (2018-02-12) update: fix typo in check version + +[v0.46.6](https://github.com/nextcloud/nextcloudpi/commit/9101b0d) (2018-02-08) Update ncp-check-version [v0.46.5 ](https://github.com/nextcloud/nextcloudpi/commit/69242d0) (2018-02-09) nc-backup: stronger permissions for backup file -- cgit v1.2.3