diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -18,7 +18,7 @@ var VERSION string var BUILDTIME string // used for shell auto completion -var ARGNAME string = "mirrors" // todo: get this from $0 ? +var ARGNAME string = "mirrors" // todo: get this from $0 //go:embed resources/* var resources embed.FS @@ -32,7 +32,6 @@ func main() { me.pb.Filename = config.GetPanic("mirrors.pb") if err := me.pb.Load(); err != nil { if argv.Create { - // me.pb.BaseDir = "/home/mirrors/wit" me.pb.BaseDir = config.GetPanic("BaseDir") me.pb.Save() me.sh.GoodExit("created new pb file: " + me.pb.Filename) |
