Update Docker image name in Makefile (#23)

One additional spot that was missed previously.
This commit is contained in:
Zachary Wasserman
2020-11-04 22:16:51 -08:00
committed by GitHub
parent f93a952d20
commit ecacbbd663
+1 -1
View File
@@ -8,7 +8,7 @@ BRANCH = $(shell git rev-parse --abbrev-ref HEAD)
REVISION = $(shell git rev-parse HEAD)
REVSHORT = $(shell git rev-parse --short HEAD)
USER = $(shell whoami)
DOCKER_IMAGE_NAME = kolide/fleet
DOCKER_IMAGE_NAME = fleetdm/fleet
ifneq ($(OS), Windows_NT)
# If on macOS, set the shell to bash explicitly