fix: typo - pruneargs contained a dot (.)

[skip ci]
This commit is contained in:
surtur 2020-12-02 03:43:34 +01:00
parent 76235b7ef8
commit de466c8422
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -6,7 +6,7 @@ lport = 8000
lportdev = 8001
CC = dotnet
dcmd = docker
pruneargs = system prune -af.
pruneargs = system prune -af
dcmdrun = $(dcmd) run --rm
wdir = /src
kanikoimg = gcr.io/kaniko-project/executor