From 9c9aa79bd1cd19bc32ae56d45b5897154f6cb34d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 5 Mar 2019 14:36:10 +0000 Subject: [PATCH] deploy.sh: fix nur combine call --- ci/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/deploy.sh b/ci/deploy.sh index e72611d5c..0de610c67 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -48,7 +48,7 @@ git config --global commit.gpgsign true git clone git@github.com:nix-community/nur-combined -result/bin/nur combine +result/bin/nur combine nur-combined if [[ -z "$(git diff --exit-code)" ]]; then echo "No changes to the output on this push; exiting."