Skip to content

Commit

Permalink
bugfix!
Browse files Browse the repository at this point in the history
  • Loading branch information
tedivm committed Aug 15, 2016
1 parent c67f987 commit 4104e96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/screepsnotify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ then
else
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
fi
cd $DIR
cd $DIR/..

ENV="$DIR/../env/bin/activate"
if [ ! -f $ENV ]; then
Expand Down
2 changes: 1 addition & 1 deletion bin/screepsnotifyctl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ then
else
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
fi
cd $DIR
cd $DIR/..

ENV="$DIR/../env/bin/activate"
if [ ! -f $ENV ]; then
Expand Down

0 comments on commit 4104e96

Please sign in to comment.