Skip to content

Commit

Permalink
Fix env check
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Nov 20, 2015
1 parent b0dab79 commit b62f599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [ "$PROJECT_NAME" = "$OPEN_PROJECT_NAME" ]; then
return
fi

if [ ! -d ".env" ]; then
if [ ! -f ".env" ]; then
return
fi

Expand Down

0 comments on commit b62f599

Please sign in to comment.