Skip to content

Commit 7d88e59

Browse files
authored
Merge pull request #3596 from ActiveState/mitchell/dx-3169
Fixed failing integration test.
2 parents b97540c + c795a06 commit 7d88e59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/runbits/runtime/runtime.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ func Update(
253253
if opts.Archive != nil {
254254
rtOpts = append(rtOpts, runtime.WithArchive(opts.Archive.Dir, opts.Archive.PlatformID, checkout.ArtifactExt))
255255
}
256-
if commit.BuildPlan().IsBuildInProgress() {
256+
if buildPlan.IsBuildInProgress() {
257257
// Build progress URL is of the form
258258
// https://<host>/<owner>/<project>/distributions?branch=<branch>&commitID=<commitID>
259259
host := constants.DefaultAPIHost

0 commit comments

Comments
 (0)