Skip to content

Commit

Permalink
BXC-4691 correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sharonluong committed Dec 4, 2024
1 parent de64a0e commit 507a7e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public String getProjectLists(AgentPrincipals agent) {
public String startCropping(AgentPrincipals agent, String projectName, String email) {
assertHasPermission(agent);

return executeChompbCommand("chompb", "process source_files",
return executeChompbCommand("chompb", "process_source_files",
"--action", "velocicroptor",
"-w", baseProjectsPath.resolve(projectName).toAbsolutePath().toString(),
"--user", agent.getUsername(),
Expand Down

0 comments on commit 507a7e3

Please sign in to comment.