Merge pull request #14 from TomyLobo/patch-1

Quote properly
This commit is contained in:
Andy 2016-11-29 18:17:10 +01:00 committed by GitHub
commit 1a83efdc0d

View File

@ -67,7 +67,7 @@ function docker_helper() {
} }
function steam() { function steam() {
docker_helper $FUNCNAME $@ docker_helper "$FUNCNAME" "$@"
} }
``` ```