Skip to content
This repository has been archived by the owner on Jan 14, 2019. It is now read-only.

Commit

Permalink
Fixed name again. #2
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Jan 16, 2015
1 parent 69673fd commit 13366e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if [[ $1 == memcached:* ]]; then
PLUGIN_ALIAS="memcache"
CONTAINER_NAME="${PLUGIN_NAME}_${APP}"
HOST_DIR="$DOKKU_ROOT/.$PLUGIN_NAME/$APP"
CONTAINER_IMAGE="jlachowski/memcached"
CONTAINER_IMAGE="jezdez/memcached"
MEMCACHE_PORT=11211
fi

Expand Down

0 comments on commit 13366e3

Please sign in to comment.