Skip to content

Commit 2762278

Browse files
Update base/ubi9/podman-cp-wrapper.sh
Co-authored-by: Rohan Kumar <rohan.kumar.kanojia@gmail.com>
1 parent b0e4e98 commit 2762278

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

base/ubi9/podman-cp-wrapper.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,4 @@ get_pod_for_container() {
4343
OC_SRC=$(get_pod_for_container "$SRC")
4444
OC_DEST=$(get_pod_for_container "$DEST")
4545

46-
#echo exec oc cp "${OPTIONS[@]}" "$OC_SRC" "$OC_DEST"
4746
exec oc cp "${OPTIONS[@]}" "$OC_SRC" "$OC_DEST"

0 commit comments

Comments
 (0)