Skip to content

Commit

Permalink
Fix message when using DEMO=True
Browse files Browse the repository at this point in the history
  • Loading branch information
guewen committed Jul 8, 2016
1 parent 07cb24b commit 5352695
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 9.0/bin/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ case "$(echo "${DEMO}" | tr '[:upper:]' '[:lower:]' )" in
export WITHOUT_DEMO=all
;;
"true")
echo "Running without demo data"
echo "Running with demo data"
export WITHOUT_DEMO=
;;
# deprecated options:
Expand Down
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
Release History
---------------

Unreleased
++++++++++

**Fixes**

* Fix ``DEMO=True`` wrongly displaying "Running without demo data" instead of
"with" (but the demo data was loaded)

1.0.1 (2016-07-08)
++++++++++++++++++

Expand Down

0 comments on commit 5352695

Please sign in to comment.