Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shokakucarrier committed Mar 19, 2024
1 parent 3915989 commit 8a5ccfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/buildtest/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ func prepareMigrateEntriesByFolo(targetIndyURL, migrateTargetIndyHost, packageTy
broken = !delArtifact(migratePath)
time.Sleep(100 * time.Millisecond)

if strings.HasSuffix( down.StoreKey, ":hosted:shared-imports" ) {
if !strings.HasSuffix( down.StoreKey, ":hosted:shared-imports" ) {
extra, _ := url.JoinPath("http://"+migrateTargetIndyHost, "/api/content", packageType, "/hosted/shared-imports", down.Path)

Check failure on line 284 in pkg/buildtest/run.go

View workflow job for this annotation

GitHub Actions / build (1.16.15)

undefined: url.JoinPath

Check failure on line 284 in pkg/buildtest/run.go

View workflow job for this annotation

GitHub Actions / build (1.17.13)

undefined: url.JoinPath

Check failure on line 284 in pkg/buildtest/run.go

View workflow job for this annotation

GitHub Actions / build (1.18.8)

undefined: url.JoinPath
fmt.Printf("[%s] Deleting %s\n", time.Now().Format(DATA_TIME), extra)
broken = !delArtifact(extra)
Expand Down

0 comments on commit 8a5ccfb

Please sign in to comment.