Skip to content

Commit

Permalink
Fix hostplumber Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cruizen committed Sep 25, 2024
1 parent fd6000b commit 11aed78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hostplumber/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SHELL=/bin/bash
# Image URL to use all building/pushing image targets
ifndef OVERRIDE_HOSTPLUMBER_VERSION
IMG_TAG = $(shell ./get-label.bash)
IMG_TAG = $(shell ../get-label.bash)
else
ifneq ($(strip $(OVERRIDE_HOSTPLUMBER_VERSION)),)
IMG_TAG ?= $(OVERRIDE_HOSTPLUMBER_VERSION)
Expand Down

0 comments on commit 11aed78

Please sign in to comment.