Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 committed Nov 8, 2024
1 parent 9a1c2b9 commit c84ed21
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 @@ -553,7 +553,7 @@ func (r *CloudRunner) uploadFiles(archives map[uploadType]string, dryRun bool) (
return uris, nil
}

// refineURIs picks extra URIs and sorts them.
// refineURIs selects non-main 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 c84ed21

Please sign in to comment.