Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
michaloo committed Sep 29, 2020
1 parent 32cf08d commit 8ed85b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/dockerpresso
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env sh
set -e

VERSION="2.0.0"
VERSION="2.0.1"

SCRIPT_PATH=$(dirname "$0")

Expand Down Expand Up @@ -225,7 +225,7 @@ PHP
# docker cp $2 $(docker-compose $ALL_DC_FILES ps -q web):/var/www/html
# docker-compose $ALL_DC_FILES stop web
# docker-compose $ALL_DC_FILES rm web
;;
# ;;
*)
echo "Dockerpresso $VERSION"
echo "Dockerpresso simplifies Wordpress theme and plugin development."
Expand Down

0 comments on commit 8ed85b8

Please sign in to comment.