Skip to content

Commit

Permalink
Closes cjbassi#111, which was a bogus issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxserxxx committed May 30, 2020
1 parent d1cabfd commit 7b09b90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ func load(in io.Reader, conf *Config) error {
}
conf.Statusbar = bv
case netinterface:
// FIXME this should be a comma-separated list
conf.NetInterface = kv[1]
case layout:
conf.Layout = kv[1]
Expand Down

0 comments on commit 7b09b90

Please sign in to comment.