Skip to content

Commit

Permalink
feat: update magefile path to bin/
Browse files Browse the repository at this point in the history
  • Loading branch information
odsod committed Jan 17, 2022
1 parent c7d525a commit 86343f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

.DEFAULT_GOAL := all

magefile := .mage/tools/mgmake/magefile
magefile := .mage/tools/bin/magefile

$(magefile): .mage/go.mod $(shell find .mage/.. -type f -name '*.go')
@cd .mage && go run ../cmd/build
Expand Down
2 changes: 1 addition & 1 deletion mgpath/path.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const (
MageDir = ".mage"
ToolsDir = "tools"
BinDir = "bin"
MagefileBinary = "mgmake/magefile"
MagefileBinary = "bin/magefile"
)

// nolint: gochecknoglobals
Expand Down

0 comments on commit 86343f3

Please sign in to comment.