mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Some strange panic.
This commit is contained in:
@@ -67,7 +67,8 @@ func main() {
|
||||
var configFile string
|
||||
var env string
|
||||
flag.StringVar(&configFile, "c", "", "Config file name")
|
||||
flag.StringVar(&env, "e", "development", "environment")
|
||||
// when this was e, it was erroring out.
|
||||
flag.StringVar(&env, "e2", "development", "environment")
|
||||
|
||||
flag.Parse() // Scans the arg list and sets up flags
|
||||
|
||||
|
||||
Reference in New Issue
Block a user