mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-30 02:43:05 +00:00
Fix minor typo on the register webpage
This commit is contained in:
parent
db20985b06
commit
eabb1ce881
1 changed files with 1 additions and 1 deletions
2
api.go
2
api.go
|
@ -46,7 +46,7 @@ func (h *Headscale) RegisterWebAPI(c *gin.Context) {
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<code>
|
<code>
|
||||||
<b>headscale -n NAMESPACE node register %s</b>
|
<b>headscale -n NAMESPACE nodes register %s</b>
|
||||||
</code>
|
</code>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue