Skip to content

Commit

Permalink
feat(kube): Fixing redundat tty flag
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Nov 26, 2024
1 parent 3cbac5b commit 3d34aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/kube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ kube() {

shift $((OPTIND - 1))

_kube_print_and_run "${KUBECTL_COMMAND[@]}" exec --namespace "${RESOURCE_NAMESPACE}" "${RESOURCE_TYPE}/${RESOURCE_NAME}" ${EXTRA_OPTIONS} --tty --stdin -- "${@-/bin/bash}"
_kube_print_and_run "${KUBECTL_COMMAND[@]}" exec --namespace "${RESOURCE_NAMESPACE}" "${RESOURCE_TYPE}/${RESOURCE_NAME}" ${EXTRA_OPTIONS} --stdin -- "${@-/bin/bash}"
fi

;;
Expand Down

0 comments on commit 3d34aef

Please sign in to comment.