Skip to content

Commit

Permalink
Fix deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
vitobotta committed Jan 28, 2025
1 parent 08cf872 commit 16632f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/ssh.cr
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Util::SSH
break result
else
log_line "Waiting for instance #{instance.name} to be ready...", log_prefix: "Instance #{instance.name}"
sleep 5
sleep 5.seconds
end
end

Expand Down

0 comments on commit 16632f6

Please sign in to comment.