kube-up: move yaml-quote from GCE & AWS to common

This commit is contained in:
Justin Santa Barbara
2016-01-17 19:20:34 -05:00
parent 146a9e6075
commit 0df6f5d8c5
3 changed files with 9 additions and 12 deletions

View File

@@ -53,6 +53,3 @@ function check-minion() {
echo "working"
}
function yaml-quote {
echo "'$(echo "${@}" | sed -e "s/'/''/g")'"
}