Skip to content

Commit 030bb2e

Browse files
author
Gavin Williams
committed
Missed a file save :(
1 parent a5ac737 commit 030bb2e

File tree

1 file changed

+1
-1
lines changed
  • lib/puppet/provider/es_instance_conn_validator

1 file changed

+1
-1
lines changed

lib/puppet/provider/es_instance_conn_validator/tcp_port.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
def exists?
1313
start_time = Time.now
1414
timeout = resource[:timeout]
15-
sleep_interval = resource[:sleep]
15+
sleep_interval = resource[:sleep_interval]
1616

1717
success = validator.attempt_connection
1818

0 commit comments

Comments
 (0)