Skip to content

Commit

Permalink
Merge pull request #16983 from juanvallejo/jvallejo/pick-upstream-pr-…
Browse files Browse the repository at this point in the history
…45611

Automatic merge from submit-queue.

UPSTREAM: 45611: remove use of printf semantics for view-last-applied cmd

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1503601

Picks changes introduced in upstream PR kubernetes/kubernetes#45611 which removes printf() semantics from the output of `apply view-last-applied`. Using printf() was causing values with `%` to be interpreted as Go format code, which in turn adding unwanted statements such as `(MISSING)!` to the yaml / json output of the command.

cc @openshift/cli-review
  • Loading branch information
openshift-merge-robot committed Oct 21, 2017
2 parents f0d322f + 31250eb commit 3022908
Showing 1 changed file with 2 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3022908

Please sign in to comment.