1
0
Fork 0

Update 'Makefile'

This commit is contained in:
Marcus Noble 2022-02-20 14:01:49 +00:00
parent 65d9e2295f
commit 67de5e2350
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
.DEFAULT_GOAL := default
IMAGE ?= docker.cluster.fun/averagemarcus/docker-prusaslicer:latest
IMAGE ?= docker.cluster.fun/averagemarcus/prusaslicer:latest
.PHONY: test # Run all tests, linting and format checks
test: lint check-format run-tests