We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b597eef commit 0c4eb94Copy full SHA for 0c4eb94
cargo-shuttle/src/lib.rs
@@ -489,7 +489,7 @@ impl Shuttle {
489
490
async fn project_create(&self, client: &Client) -> Result<()> {
491
self.wait_with_spinner(
492
- &[project::State::Ready, project::state::Errored],
+ &[project::State::Ready, project::State::Errored],
493
Client::create_project,
494
self.ctx.project_name(),
495
client,
@@ -506,7 +506,7 @@ impl Shuttle {
506
&[
507
project::State::Ready,
508
project::State::Destroyed,
509
- project::state::Errored,
+ project::State::Errored,
510
],
511
Client::get_project,
512
0 commit comments