Skip to content

Commit 12ce264

Browse files
committed
fix logs
1 parent 4f35d8b commit 12ce264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/cmd/digger/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ func gitHubCI(lock core_locking.Lock, policyChecker core_policy.Checker, backend
189189
if runningMode == "manual" {
190190
command := os.Getenv("INPUT_DIGGER_COMMAND")
191191
if command == "" {
192-
reportErrorAndExit(githubActor, "provide 'command' to plan in 'manual' mode", 1)
192+
reportErrorAndExit(githubActor, "provide 'command' to run in 'manual' mode", 1)
193193
}
194194
project := os.Getenv("INPUT_DIGGER_PROJECT")
195195
if project == "" {

0 commit comments

Comments
 (0)