Skip to content

Commit

Permalink
tab fix
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-willm committed Nov 17, 2023
1 parent 9e41f2c commit 267d808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ BUILD_REMOTE_TAG := $(BUILD_REMOTE_REPO):$(BUILD_VERSION)

ifeq (1,$(DEBUG))
BUILD_LOCAL_TAG := $(addsuffix -debug,$(BUILD_LOCAL_TAG))
BUILD_REMOTE_TAG := $(addsuffix -debug,$(BUILD_REMOTE_TAG))
BUILD_REMOTE_TAG := $(addsuffix -debug,$(BUILD_REMOTE_TAG))
endif

define tc
Expand Down

0 comments on commit 267d808

Please sign in to comment.