ci/deploy.sh: fix clone url
This commit is contained in:
parent
6eab989202
commit
33ca3140c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue