Skip to content

Commit

Permalink
Fixed failing integration test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchell-as committed Nov 18, 2024
1 parent b97540c commit c795a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/runbits/runtime/runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ func Update(
if opts.Archive != nil {
rtOpts = append(rtOpts, runtime.WithArchive(opts.Archive.Dir, opts.Archive.PlatformID, checkout.ArtifactExt))
}
if commit.BuildPlan().IsBuildInProgress() {
if buildPlan.IsBuildInProgress() {
// Build progress URL is of the form
// https://<host>/<owner>/<project>/distributions?branch=<branch>&commitID=<commitID>
host := constants.DefaultAPIHost
Expand Down

0 comments on commit c795a06

Please sign in to comment.