Skip to content

Commit

Permalink
Look for settings in the current working directory on reaction startup.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdecaluwe committed Dec 10, 2015
1 parent bc6f0f1 commit 4a5ef88
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 4a5ef88

Please sign in to comment.