Skip to content

Commit 02d1536

Browse files
author
Matthew Fisher
committed
Merge pull request #317 from bacongobbler/remove-debug-key
ref(k8s_util): change debugKey to DEIS_DEBUG
2 parents 9f9414e + 4413979 commit 02d1536

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/gitreceive/k8s_util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const (
1717

1818
tarPath = "TAR_PATH"
1919
putPath = "PUT_PATH"
20-
debugKey = "DEBUG"
20+
debugKey = "DEIS_DEBUG"
2121
objectStore = "objectstorage-keyfile"
2222
dockerSocketName = "docker-socket"
2323
dockerSocketPath = "/var/run/docker.sock"

0 commit comments

Comments
 (0)