Skip to content

Commit d87a55f

Browse files
Remove unnecessary space
Co-authored-by: Javier Ferrer <[email protected]>
1 parent 9f264e2 commit d87a55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ default: build
2020

2121
# Build image
2222
build:
23-
docker build -t $(IMAGE_NAME):dev .
23+
docker build -t $(IMAGE_NAME):dev .
2424

2525
# Run tests
2626
test: build

0 commit comments

Comments
 (0)