Skip to content

Commit

Permalink
Change print to commit directly before the merge of u-root#2256
Browse files Browse the repository at this point in the history
Signed-off-by: Marvin Drees <[email protected]>
  • Loading branch information
MDr164 authored and rminnich committed Jun 7, 2022
1 parent c98247b commit 504ed81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion u-root.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ func Main(l ulog.Logger, buildOpts *gbbgolang.BuildOpts) error {
var b builder.Builder
switch *build {
case "bb", "gbb":
l.Printf("NOTE: building with the new gobusybox; to get the old behavior check out commit e415592")
l.Printf("NOTE: building with the new gobusybox; to get the old behavior check out commit 8b790de")
b = builder.GBBBuilder{ShellBang: *shellbang}
case "binary":
b = builder.BinaryBuilder{}
Expand Down

0 comments on commit 504ed81

Please sign in to comment.