Merge "Correct mismatched string format in bazel_handler"
This commit is contained in:
commit
f33786d3ec
|
@ -515,6 +515,6 @@ func (c *bazelSingleton) GenerateBuildActions(ctx SingletonContext) {
|
|||
// build statement have later timestamps than the outputs.
|
||||
rule.Restat()
|
||||
|
||||
rule.Build(fmt.Sprintf("bazel %s", index), buildStatement.Mnemonic)
|
||||
rule.Build(fmt.Sprintf("bazel %d", index), buildStatement.Mnemonic)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue