Skip to content

Commit

Permalink
fix dagger test after update
Browse files Browse the repository at this point in the history
  • Loading branch information
verdverm committed Aug 15, 2023
1 parent d31f745 commit 649caa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dagger/main/dagger-in-dagger.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func (R *runtime) addPackages(c *dagger.Container) (*dagger.Container, error) {
if err != nil {
return c, err
}
code, err := c.ExitCode(R.ctx)
_, err := c.Sync(R.ctx)

Check failure on line 104 in test/dagger/main/dagger-in-dagger.go

View workflow job for this annotation

GitHub Actions / inception

no new variables on left side of :=
if err != nil {
return c, err
}
Expand Down

0 comments on commit 649caa0

Please sign in to comment.