Skip to content

Commit

Permalink
Merge pull request #564 from tdecaluwe/fix-run-script
Browse files Browse the repository at this point in the history
Look for settings files in the reaction base directory
  • Loading branch information
Aaron Judd committed Dec 11, 2015
2 parents 62feeb6 + 4a5ef88 commit 854bd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -u
set -e

DIRNAME="$(dirname "$(pwd)")"
DIRNAME=$(pwd)
CONFIG=$DIRNAME/settings/settings.json
DEVCONFIG=$DIRNAME/settings/dev.settings.json

Expand Down

0 comments on commit 854bd59

Please sign in to comment.