Skip to content

Commit

Permalink
v1.1 refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
esperlu committed Jul 4, 2020
1 parent dd75b36 commit b94a7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gomount.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func checkErr(err error) {
}
}

// readConfig validates and process the config file and print errors
// readConfig validates and process the config file.
func readConfig(confFile string) ([]server, error) {
var hosts []server

Expand Down

0 comments on commit b94a7ef

Please sign in to comment.