Skip to content

Commit

Permalink
Merge branch 'UDENG-5696-initial-client-core-cli' into UDENG-5705-Ubu…
Browse files Browse the repository at this point in the history
…ntu-Insights-Consent-Manager
  • Loading branch information
hk21702 committed Jan 10, 2025
2 parents f584a4f + cb7791b commit 138c731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/insights/commands/collect.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func installCollectCmd(app *App) error {

if len(args) != 0 {
if err := cobra.MatchAll(cobra.OnlyValidArgs, cobra.ExactArgs(2))(cmd, args); err != nil {
return fmt.Errorf("accepts no args, or exactly 2 args, recieved 1")
return fmt.Errorf("accepts no args, or exactly 2 args, received 1")
}

fileInfo, err := os.Stat(args[1])
Expand Down

0 comments on commit 138c731

Please sign in to comment.