Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Tweak paths to payday logs
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Mar 10, 2016
1 parent 2470c23 commit 1ed5dc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions payday.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ start () {
# ====

if [ "$2" == "for_real_please" ]; then
LOG="../logs/paydays/gratipay-$1.log"
LOG="../logs/payday/gratipay-$1.log"
else
LOG="../logs/paydays/test-$1.log"
LOG="../logs/payday/test-$1.log"
fi

if [ -f $LOG ]; then
Expand Down

0 comments on commit 1ed5dc5

Please sign in to comment.