Skip to content

Commit

Permalink
fix: fix the step count (#121)
Browse files Browse the repository at this point in the history
* start at step 1!

* 4 steps total
  • Loading branch information
k3llymariee authored Apr 3, 2024
1 parent 4baf2d0 commit 1943c45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/quickstart/container.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ func NewContainerModel(flagsClient flags.Client, accessToken string, baseUri str
accessToken: accessToken,
baseUri: baseUri,
currentModel: NewCreateFlagModel(flagsClient, accessToken, baseUri),
currentStep: 1,
flagsClient: flagsClient,
totalSteps: 3,
totalSteps: 4,
}
}

Expand Down

0 comments on commit 1943c45

Please sign in to comment.