Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrio committed May 9, 2017
2 parents 7aab271 + 82555b2 commit 926ee67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ devel:
cd examples; ln -fs ../libs/most/src/provider provider;

echo "copy settings to examples"
@if ! [ -d examples/most/main/settings.py ]; then cp examples/most/main/settings.py.conf examples/most/main/settings.py; fi
@if ! [ -d examples/most/main/settings.py ]; then cp examples/most/main/settings.py.example examples/most/main/settings.py; fi

clean:

Expand Down

0 comments on commit 926ee67

Please sign in to comment.