Skip to content

Commit

Permalink
fix: Add debug options and bump arg num check kubectl wrapper (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Ferriero authored and bharathkkb committed Sep 12, 2020
1 parent da14e09 commit 162a4ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/kubectl-wrapper/scripts/kubectl_wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
# limitations under the License.


set -e
set -xeo pipefail

if [ "$#" -lt 3 ]; then
if [ "$#" -lt 5 ]; then
>&2 echo "Not all expected arguments set."
exit 1
fi
Expand Down

0 comments on commit 162a4ec

Please sign in to comment.