mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 17:27:34 +00:00
fix: handle empty aclPolicy for integration tests
This commit is contained in:
@@ -68,7 +68,8 @@ func init() {
|
||||
if err != nil {
|
||||
log.Fatalf(err.Error())
|
||||
}
|
||||
tagCmd.Flags().StringSliceP("tags", "t", []string{}, "List of tags to add to the node")
|
||||
tagCmd.Flags().
|
||||
StringSliceP("tags", "t", []string{}, "List of tags to add to the node")
|
||||
nodeCmd.AddCommand(tagCmd)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user