Skip to content

Commit c40226d

Browse files
author
Tom Barnes
committed
Very minor tweak to remove redundant -n on a kubectl command line - no functional change.
1 parent a1a48b3 commit c40226d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integration-tests/introspector/introspectTest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ function deployPod() {
538538
fi
539539
echo -n "."
540540
sleep 1
541-
status=`kubectl -n $NAMESPACE get pods -n $NAMESPACE 2>&1 | egrep $pod_name | awk '{print $2}'`
541+
status=`kubectl -n $NAMESPACE get pods 2>&1 | egrep $pod_name | awk '{print $2}'`
542542
done
543543
echo " ($((SECONDS - startsecs)) seconds)"
544544
}

0 commit comments

Comments
 (0)