superfly / flyctl

Command line tools for fly.io services
https://fly.io
Apache License 2.0
1.36k stars 222 forks source link

Fix string interpolation bug in `suggestChangeWaitTimeout` #3663

Closed clouvet closed 2 weeks ago

clouvet commented 2 weeks ago

Change Summary

What and Why:

There's a string interpolation bug in suggestChangeWaitTimeout. This PR fixes it.

How:

Related to:


Documentation