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 cf8deb0 commit fc7b5d7Copy full SHA for fc7b5d7
cli/restart.go
@@ -59,7 +59,7 @@ func (r *RootCmd) restart() *serpent.Command {
59
Transition: codersdk.WorkspaceTransitionStop,
60
// Ephemeral parameters should be passed to both stop and start builds.
61
// TODO: maybe these values should be sourced from the previous build?
62
- // It has to be manually sourced, as ephermeral parameters do not carry across
+ // It has to be manually sourced, as ephemeral parameters do not carry across
63
// builds.
64
RichParameterValues: stopParamValues,
65
}
0 commit comments