Skip to content

Commit

Permalink
bin/civicrm-upgrade-test - Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
totten committed Jul 21, 2022
1 parent 236ecd3 commit a46511f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/civicrm-upgrade-test
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function check_error {

SCRIPT_PATH=$(abspath "$0")
SCRIPT_DIR=$(dirname "$SCRIPT_PATH")
PRJ_DIR$(dirname "$SCRIPT_DIR")
PRJ_DIR=$(dirname "$SCRIPT_DIR")
SCRIPT_CFG="$PRJ_DIR/civicrm-upgrade-test.settings"
if [ -f "$SCRIPT_CFG" ]; then
source $SCRIPT_CFG
Expand Down

0 comments on commit a46511f

Please sign in to comment.