docker-alias icon indicating copy to clipboard operation
docker-alias copied to clipboard

Small issue - missing spaces

Open joerosato opened this issue 9 years ago • 1 comments

Line 39:

dbu() {docker build -t=$1 .;}

should have spaces on inside of the braces

dbu() { docker build -t=$1 .; }

joerosato avatar Aug 16 '14 15:08 joerosato

Ok, thanks. I will fix it

tcnksm avatar Aug 17 '14 02:08 tcnksm