Skip to content

Commit bd6a8be

Browse files
Update test_harness/single_node/setup_python_rule_engine
Co-authored-by: Kory Draughn <korydraughn@ymail.com>
1 parent 9d2cbd4 commit bd6a8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_harness/single_node/setup_python_rule_engine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ if [ -n "$wait" ]; then
8282
times=0
8383
OUTFILE=/tmp/irule_output.stderr
8484
while :; do
85-
irule -a 2>/dev/null| grep irods_rule_engine_plugin-python-instance >/dev/null
85+
irule -a 2>/dev/null | grep irods_rule_engine_plugin-python-instance >/dev/null
8686
[ ${PIPESTATUS[1]} -eq 0 ] && break
8787
sleep 1
8888
if [ $((++times)) -ge 10 ]; then

0 commit comments

Comments
 (0)