Skip to content

Commit

Permalink
revise comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 committed Nov 7, 2024
1 parent a099eb0 commit 36d27ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/saucecloud/cloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ func (r *CloudRunner) uploadFiles(archives map[uploadType]string, dryRun bool) (
return uris, nil
}

// refineURIs filters out extra URIs and sorts the remaining ones.
// refineURIs picks extra URIs and sorts them.
func (r *CloudRunner) refineURIs(uriMap map[uploadType]string) []string {
var uris []string
for _, t := range []uploadType{runnerConfigUpload, nodeModulesUpload, otherAppsUpload} {
Expand Down

0 comments on commit 36d27ff

Please sign in to comment.