Skip to content

Commit e7611f0

Browse files
committed
Fix test bin
1 parent 16d99c7 commit e7611f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

portbase.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
func main() {
1212
// Set Info
13-
info.Set("Portbase", "0.0.1", "GPLv3", false)
13+
info.Set("Portbase", "0.0.1", "GPLv3")
1414

1515
// Run
1616
os.Exit(run.Run())

0 commit comments

Comments
 (0)