Skip to content

Commit dd88c37

Browse files
committed
Update the webserver tool to 0.2.0
This makes the timeout in seconds closer to real life seconds, previously it was off by a bit.
1 parent f25433d commit dd88c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ function ci:install-deps {
135135
# Install Continuous Integration (CI) dependencies
136136
sudo apt-get install -y curl shellcheck
137137
sudo curl \
138-
-L https://raw.githubusercontent.com/nickjj/wait-until/v0.1.2/wait-until \
138+
-L https://raw.githubusercontent.com/nickjj/wait-until/v0.2.0/wait-until \
139139
-o /usr/local/bin/wait-until && sudo chmod +x /usr/local/bin/wait-until
140140
}
141141

0 commit comments

Comments
 (0)