Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fffw committed Sep 14, 2015
1 parent 9be56e4 commit 913cee7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/github.com/getlantern/flashlight/client/bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ func readSettingsFromFile(yamlPath string) (*BootstrapSettings, error) {
return &s, nil
}

// MakeInitialConfig save baked-in config to the file specified by configPath
func MakeInitialConfig(configPath string) error {
src, err := bootstrapPath(lanternYamlName)
if err != nil {
Expand Down

0 comments on commit 913cee7

Please sign in to comment.