Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sagnik3788 committed Jul 14, 2024
1 parent 87349c6 commit f0930cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion internal/commands/config_default_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ func ConfigDefaultBuilder(logger logging.Logger, cfg config.Config, cfgPath stri
}

func ValidateBuilderExists(logger logging.Logger, imageName string, client PackClient) error {

sigChan := make(chan os.Signal, 1)
signal.Notify(sigChan, syscall.SIGINT, syscall.SIGTERM)

Expand Down
1 change: 0 additions & 1 deletion internal/commands/config_default_builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ func testConfigDefaultBuilder(t *testing.T, when spec.G, it spec.S) {
h.AssertContains(t, outBuf.String(), "operation aborted")
})
})

})
})
}

0 comments on commit f0930cb

Please sign in to comment.