Clean up godep scripts to be self-contained

This commit is contained in:
Tim Hockin
2017-08-31 22:29:32 -07:00
parent 7732c8d892
commit a29c048e33
6 changed files with 73 additions and 39 deletions

View File

@@ -85,7 +85,7 @@ kube::util::trap_add() {
if [[ -z "${existing_cmd}" ]]; then
new_cmd="${trap_add_cmd}"
else
new_cmd="${existing_cmd};${trap_add_cmd}"
new_cmd="${trap_add_cmd};${existing_cmd}"
fi
# Assign the test