We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ffcb8 commit 8d87a58Copy full SHA for 8d87a58
lib/cli/src/commands/publish.rs
@@ -35,7 +35,7 @@ impl Publish {
35
let token = self
36
.env
37
.token()
38
- .context("could not determine auth token for registry - runer 'wasmer login'")?;
+ .context("could not determine auth token for registry - run 'wasmer login'")?;
39
40
let publish = wasmer_registry::package::builder::Publish {
41
registry: self.env.registry_endpoint().map(|u| u.to_string()).ok(),
0 commit comments