nice, first bit of auto-help
[feisty_meow.git] / scripts / site_avenger / powerup.sh
index 93ae3d4205eca3a93eb8794c566d3b1640ab710d..b5cd0a897d989410eba20b9ec5b6e2a308e809fa 100644 (file)
@@ -86,12 +86,12 @@ sep
 
 # this should set the site_store_path variable if everything goes well.
 update_repo "$full_app_dir" "$CHECKOUT_DIR_NAME" "$DEFAULT_REPOSITORY_ROOT" "$repo_name"
-check_result "Updating the repository storage directory"
+test_or_fail "Updating the repository storage directory"
 
 # update the site to load dependencies.
 sep
 composer_repuff "$site_store_path"
-check_result "Installing site dependencies with composer"
+test_or_fail "Installing site dependencies with composer"
 
 # set up the symbolic links needed to achieve siteliness.
 sep