This commit is contained in:
Bob Mottram 2016-01-26 17:20:40 +00:00
parent 110ad76ef8
commit 97a7b9b83f
1 changed files with 1 additions and 1 deletions

View File

@ -2236,7 +2236,7 @@ function create_trove {
if grep -Fxq "create_trove" $COMPLETION_FILE; then
return
fi
${PROJECT_NAME}-trove
${PROJECT_NAME}-trove
echo 'create_trove' >> $COMPLETION_FILE
}