Skip to content
Snippets Groups Projects
Commit 6b88356a authored by Bruno Nocera Zanette's avatar Bruno Nocera Zanette
Browse files

Fix Typo: fresh-install -> fresh_install

Fixed typo: fresh-install -> fresh_install
parent e7abbfc8
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ if [[ $? == 1 ]]; then
exit 1
fi
(cd dspace/target/dspace-4.1-build && ant fresh-install)
(cd dspace/target/dspace-4.1-build && ant fresh_install)
if [[ $? == 1 ]]; then
echo "Aconteceu algum erro durante a instalacao"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment