diff options
Diffstat (limited to 'Magefile.go')
| -rw-r--r-- | Magefile.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Magefile.go b/Magefile.go index 91631f0..571593b 100644 --- a/Magefile.go +++ b/Magefile.go @@ -16,9 +16,9 @@ import ( ) const ( - binary = "./bin/geheim" - binaryName = "geheim" - mainPkg = "./cmd/geheim" + binary = "./bin/foostore" + binaryName = "foostore" + mainPkg = "./cmd/foostore" ) // Default builds the binary so that a bare `mage` invocation is equivalent to `mage build`. |
