From 33ca3140c214e3199a373c5ebc90f1f95b95bd3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 11 Aug 2018 14:48:16 +0200 Subject: [PATCH] ci/deploy.sh: fix clone url --- ci/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/deploy.sh b/ci/deploy.sh index 5df67f63d..85a681d3f 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -40,7 +40,7 @@ fi git config --global user.name "Travis CI" git config --global user.email "travis@travis.org" -git clone git@github.com/nix-community/nur-channel +git clone git@github.com:nix-community/nur-channel old_channel_rev=$(git rev-parse HEAD) ./bin/nur build-channel nur-channel