Skip to content

Commit

Permalink
This fixes kubernetes#26526 the white space problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Scheuermann committed May 30, 2016
1 parent 9aeeef1 commit ec26e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/update-api-reference-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ while read file; do

# By now, the contents should be normalized and stripped of any
# auto-managed content.
if diff -Bw >/dev/null <(echo "${original}") <(echo "${generated}"); then
if diff -B >/dev/null <(echo "${original}") <(echo "${generated}"); then
# actual contents same, overwrite generated with original.
cp "${OUTPUT}/${file}" "${OUTPUT_TMP}/${file}"
fi
Expand Down

0 comments on commit ec26e62

Please sign in to comment.