Update build.sh

This commit is contained in:
Alexander Dzhoganov 2014-12-30 01:31:27 +02:00
parent 6b5972c7ce
commit 047a25964b
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} for f in ${COMMIT_CHANGES}
do do
mono --debug ckan.exe install -c $f mono --debug ckan.exe --headless install -c $f
done done