Skip to content

Commit

Permalink
Fix install script failure on OSX 12 (#114)
Browse files Browse the repository at this point in the history
Signed-off-by: ted chang <htchang@us.ibm.com>
  • Loading branch information
tedhtchang authored Jan 27, 2022
1 parent 5ca8841 commit e23cdbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ wait_for_pods_ready() {

wait_counter=$((wait_counter + 1))
echo " Waiting 10 secs..."
sleep "10s"
sleep 10
done
}

Expand Down

0 comments on commit e23cdbf

Please sign in to comment.