Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo in loraserver configfile command #302

Closed
torukita opened this issue Mar 5, 2018 · 1 comment
Closed

typo in loraserver configfile command #302

torukita opened this issue Mar 5, 2018 · 1 comment

Comments

@torukita
Copy link

torukita commented Mar 5, 2018

Is this a bug or a feature request?

typo bug

What did you expect?

Here is patch.

$ git diff
diff --git a/cmd/loraserver/cmd/configfile.go b/cmd/loraserver/cmd/configfile.go
index b6fb0ea..b48f5c2 100644
--- a/cmd/loraserver/cmd/configfile.go
+++ b/cmd/loraserver/cmd/configfile.go
@@ -367,7 +367,7 @@ tls_key="{{ .JoinServer.Default.TLSKey }}"


 # Network-controller configuration.
-[network_contoller]
+[network_controller]
 # hostname:port of the network-controller api server (optional)
 server="{{ .NetworkController.Server }}"

diff --git a/docs/content/install/config.md b/docs/content/install/config.md
index 710d473..8a70297 100644
--- a/docs/content/install/config.md
+++ b/docs/content/install/config.md
@@ -416,7 +416,7 @@ tls_key=""


 # Network-controller configuration.
-[network_contoller]
+[network_controller]
 # hostname:port of the network-controller api server (optional)
 server=""

What happened?

loraserver configfile command outputs [network_contoller].

must be [network_controller].

What version are your using?

0.25.0

How can your issue be reproduced?

loraserver configfile

Could you share your log output?

@brocaar
Copy link
Owner

brocaar commented Mar 5, 2018

Good catch! 👍

@brocaar brocaar closed this as completed in 0398ebb Mar 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants