Skip to content

Commit

Permalink
Merge pull request #80 from atc0005/i77-fix-version-output
Browse files Browse the repository at this point in the history
Makefile: Fix version output
  • Loading branch information
atc0005 authored Aug 9, 2023
2 parents 531bf85 + 52e1170 commit 41e6bef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ PROJECT_NAME := safelinks

# What package holds the "version" variable used in branding/version output?
# VERSION_VAR_PKG = $(shell go list -m)
VERSION_VAR_PKG := $(shell go list -m)/internal/config
# VERSION_VAR_PKG = main
# VERSION_VAR_PKG := $(shell go list -m)/internal/config
VERSION_VAR_PKG = main

OUTPUTDIR := release_assets

Expand Down

0 comments on commit 41e6bef

Please sign in to comment.