Skip to content

Commit

Permalink
copy directory not contents of directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedanese committed Oct 15, 2015
1 parent 407f9b9 commit d379a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/after-build/verify-generated-swagger-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ cp -a "${DIFFROOT}" "${TMP_DIFFROOT}"
echo "diffing ${DIFFROOT} against freshly generated swagger type documentation"
ret=0
diff -Naupr -I 'Auto generated by' "${DIFFROOT}" "${TMP_DIFFROOT}" || ret=$?
cp -a "${TMP_DIFFROOT}/" "${KUBE_ROOT}/"
cp -a "${TMP_DIFFROOT}" "${KUBE_ROOT}/"
rm -rf "${_tmp}"
if [[ $ret -eq 0 ]]
then
Expand Down

0 comments on commit d379a36

Please sign in to comment.