mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 00:45:19 +00:00
Update Docker image name in Makefile (#23)
One additional spot that was missed previously.
This commit is contained in:
parent
f93a952d20
commit
ecacbbd663
2
Makefile
2
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user