Skip to content

Commit

Permalink
invoke via bash
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbelvin committed Jun 12, 2019
1 parent 4948c9e commit 3259907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trillian/integration/ct_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ct_prep_test() {
"${CT_GO_PATH}/scripts/resetctdb.sh" --force
# Wipe the incident database
echo "Wiping and re-creating incident database"
"${MONO_PATH}/scripts/resetmondb.sh" --force
bash "${MONO_PATH}/scripts/resetmondb.sh" --force
fi

echo "Launching core Trillian log components"
Expand Down

0 comments on commit 3259907

Please sign in to comment.