mirror of
https://github.com/safing/portbase
synced 2025-04-10 20:49:09 +00:00
Fix test bin
This commit is contained in:
parent
16d99c76e5
commit
e7611f0469
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import (
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
// Set Info
|
// Set Info
|
||||||
info.Set("Portbase", "0.0.1", "GPLv3", false)
|
info.Set("Portbase", "0.0.1", "GPLv3")
|
||||||
|
|
||||||
// Run
|
// Run
|
||||||
os.Exit(run.Run())
|
os.Exit(run.Run())
|
||||||
|
|
Loading…
Add table
Reference in a new issue