Fix 'nodes' alias for 'node' not 'profile'

Fixes #609

Signed-off-by: Jonathon Anderson <janderson@ciq.co>
This commit is contained in:
Jonathon Anderson
2023-01-06 14:15:34 -07:00
parent b64718fd0e
commit 5b50ef724c
3 changed files with 2 additions and 1 deletions

View File

@@ -15,7 +15,6 @@ var (
Use: "profile COMMAND [OPTIONS]",
Short: "Node configuration profile management",
Long: "Management of node profile settings",
Aliases: []string{"nodes"},
}
)