Skip to content

Commit 28095de

Browse files
author
norbertwagner
committed
godemon updated
1 parent 5f120f5 commit 28095de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func main() {
4949
os.Chdir(filepath)
5050

5151
if modOrFile == "mod" {
52-
cmd := exec.Command("go", "build")
52+
cmd := exec.Command("go", "build", "-o", "app")
5353
cmd.Stdout = os.Stdout
5454
cmd.Stderr = os.Stderr
5555
cmd.Run()

0 commit comments

Comments
 (0)