Update build.sh

This commit is contained in:
Alexander Dzhoganov 2014-12-30 01:32:35 +02:00
parent 047a25964b
commit 7f9706afd3
1 changed files with 1 additions and 1 deletions

View File

@ -24,5 +24,5 @@ mono --debug ckan.exe update
for f in ${COMMIT_CHANGES}
do
mono --debug ckan.exe --headless install -c $f
mono --debug ckan.exe install -c $f --headless
done