Merge "Correct fmt printf error in bazel_handler"
This commit is contained in:
@@ -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))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user