Skip to content

Commit

Permalink
Merge pull request #5 from Draniu/patch-1
Browse files Browse the repository at this point in the history
workaround  bash size
  • Loading branch information
lukaszolszewski authored Apr 16, 2018
2 parents ee0c0ee + 8ef94c3 commit 9623831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mage2docker.plugin.zsh
Original file line number Diff line number Diff line change
@@ -137,7 +137,7 @@ mage2docker () {
if [ ! "$1" ]; then
docker ps
else
docker exec -it -u www-data $1 bash
docker exec -it -e LINES=$(tput lines) -e COLUMNS=$(tput cols) -u www-data $1 bash
fi
;;
esac

0 comments on commit 9623831

Please sign in to comment.