Skip to content

Commit

Permalink
update: fix typo in check version
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoparker committed Feb 12, 2018
1 parent dc88dcb commit c14b056
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/ncp-check-version
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit c14b056

Please sign in to comment.