feat: add validation of tags
This commit is contained in:
parent
fdbc9657bc
commit
62cfd60e38
2 changed files with 10 additions and 4 deletions
|
@ -543,6 +543,8 @@ var tagCmd = &cobra.Command{
|
|||
fmt.Sprintf("Error while sending tags to headscale: %s", err),
|
||||
output,
|
||||
)
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
if resp != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue