Skip to content

Commit

Permalink
Update log message when cache restoration is skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulkar committed May 30, 2023
1 parent 5bc4f12 commit 5cdc218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/internal/runcache/runcache.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ func (tc *TaskCache) RestoreOutputs(ctx context.Context, prefixedUI *cli.Prefixe
Source: cache.CacheSourceFS,
TimeSaved: timeSavedFromDaemon,
}
prefixedUI.Warn(fmt.Sprintf("Skipping cache check for %v, outputs have not changed since previous run.", tc.pt.TaskID))
prefixedUI.Warn(fmt.Sprintf("Configured outputs are already in place for %s, skipping cache check", tc.pt.TaskID))
}

switch tc.taskOutputMode {
Expand Down

0 comments on commit 5cdc218

Please sign in to comment.