Skip to content

Commit

Permalink
chore: Fix typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
  • Loading branch information
lluiscampos committed Jan 10, 2024
1 parent 0d775ea commit c8fe120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ func (runOptions *runOptionsType) commonCLIHandler(
return nil, err
}

// Make sure that paths that are not configurable via the config file is conconsistent with
// Make sure that paths that are not configurable via the config file is consistent with
// --data flag
config.ArtifactScriptsPath = path.Join(runOptions.dataStore, "scripts")
config.ModulesWorkPath = path.Join(runOptions.dataStore, "modules", "v3")
Expand Down

0 comments on commit c8fe120

Please sign in to comment.