Skip to content

Commit

Permalink
Update internal/saucecloud/imagerunner.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tian Feng <tian.feng@saucelabs.com>
  • Loading branch information
Alex Plischke and tianfeng92 authored Jan 29, 2024
1 parent 958ee74 commit 9fe26ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/saucecloud/imagerunner.go
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ func (r *ImgRunner) PollRun(ctx context.Context, id string, lastStatus string) (
}
}

// DownloadArtifacts DownloadArtifact downloads a zipped archive of artifacts
// DownloadArtifacts downloads a zipped archive of artifacts
// and extracts the required files.
func (r *ImgRunner) DownloadArtifacts(runnerID, suiteName, status string, passed bool) []string {
if r.Async ||
Expand Down

0 comments on commit 9fe26ea

Please sign in to comment.