Skip to content

Commit

Permalink
Fixing minor typo (#3841)
Browse files Browse the repository at this point in the history
Fixed typo in the word generate
  • Loading branch information
x64-julian authored Oct 20, 2024
1 parent d029ad8 commit d330269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/gui.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ func doGUI() error {
// to just be able to use the notebook and build an
// offline collector.
logging.Prelog("No valid config found - " +
"will generare a new one at <green>" + server_config_path)
"will generate a new one at <green>" + server_config_path)

config_obj, err = generateGUIConfig(
datastore_directory, server_config_path, client_config_path)
Expand Down
2 changes: 1 addition & 1 deletion bin/offline.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func doCollector() error {
// the `gui` command makes. You can keep this datastore around
// for the next collector.
Prelog("No valid config found - " +
"will generare a new one at <green>" + server_config_path)
"will generate a new one at <green>" + server_config_path)

config_obj, err = generateGUIConfig(
datastore_directory, server_config_path, client_config_path)
Expand Down

0 comments on commit d330269

Please sign in to comment.