From 047a25964bc6715853e4770ec173bf74b6644f97 Mon Sep 17 00:00:00 2001 From: Alexander Dzhoganov Date: Tue, 30 Dec 2014 01:31:27 +0200 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index fe7dcc5e5f..55bb103d89 100644 --- a/build.sh +++ b/build.sh @@ -24,5 +24,5 @@ mono --debug ckan.exe update for f in ${COMMIT_CHANGES} do - mono --debug ckan.exe install -c $f + mono --debug ckan.exe --headless install -c $f done