Merge "Correct fmt printf error in bazel_handler"
This commit is contained in:
commit
b48f9aefea
1 changed files with 1 additions and 1 deletions
|
@ -441,7 +441,7 @@ phony_root(name = "phonyroot",
|
||||||
case "arm":
|
case "arm":
|
||||||
deps_arm = append(deps_arm, labelString)
|
deps_arm = append(deps_arm, labelString)
|
||||||
default:
|
default:
|
||||||
panic(fmt.Sprintf("unhandled architecture %s for %s", getArchString(val), val))
|
panic(fmt.Sprintf("unhandled architecture %s for %v", getArchString(val), val))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue