Skip to content

Commit 26edce6

Browse files
Merge pull request #90 from uw-labs/fix-config-file-arg
Fix config file arg
2 parents b794ca5 + 0c58489 commit 26edce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/proximo-server/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ func main() {
197197
log.Println("Running in debug mode. This means producing log output and disabling message discarding.")
198198
}
199199

200-
if configFile != nil {
200+
if *configFile != "" {
201201
cfg, err := acl.ConfigFromFile(*configFile)
202202
if err != nil {
203203
log.Fatal(err)

0 commit comments

Comments
 (0)