Skip to content

Commit 5ec78a9

Browse files
Bugfix: comments in variables values create spaces (#225)
Co-authored-by: Johannes Müller <[email protected]>
1 parent dd0ef75 commit 5ec78a9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
CRYSTAL_VERSION ?= ## How the binaries should be branded
1111
CRYSTAL_DEB ?= ## Which crystal.deb file to install in debian based docker images (ubuntu32)
1212
CRYSTAL_TARGZ ?= ## Which crystal.tar.gz file to install in docker images (ubuntu64, alpine)
13-
DOCKER_TAG ?= $(CRYSTAL_VERSION) ## How to tag the docker image (examples: `0.27.2`, `nightly20190307`). `-build` will be appended for build images.
14-
DOCKER_REPOSITORY ?= crystallang/crystal ## Docker hub repository to commit image
13+
14+
DOCKER_TAG ?= $(CRYSTAL_VERSION)## How to tag the docker image (examples: `0.27.2`, `nightly20190307`). `-build` will be appended for build images.
15+
DOCKER_REPOSITORY ?= crystallang/crystal## Docker hub repository to commit image
1516

1617
GC_VERSION = v8.2.0
1718

0 commit comments

Comments
 (0)