Skip to content

Commit

Permalink
Fix docker container version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
omegion committed May 22, 2021
1 parent 952913b commit a706aa2
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 @@ -7,7 +7,7 @@ else
endif

BASE_PACKAGE_NAME = github.com/omegion/ssh-manager
LDFLAGS = -ldflags "-X $(BASE_PACKAGE_NAME)/pkg/info.Version=$(GIT_VERSION)"
LDFLAGS = -ldflags "-X $(BASE_PACKAGE_NAME)/internal/info.Version=$(GIT_VERSION)"
BUFFER := $(shell mktemp)
REPORT_DIR = dist/report
COVER_PROFILE = $(REPORT_DIR)/coverage.out
Expand Down

0 comments on commit a706aa2

Please sign in to comment.