Skip to content

Commit 8d87a58

Browse files
author
Michael-F-Bryan
committed
Fixed a typo
1 parent f4ffcb8 commit 8d87a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cli/src/commands/publish.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ impl Publish {
3535
let token = self
3636
.env
3737
.token()
38-
.context("could not determine auth token for registry - runer 'wasmer login'")?;
38+
.context("could not determine auth token for registry - run 'wasmer login'")?;
3939

4040
let publish = wasmer_registry::package::builder::Publish {
4141
registry: self.env.registry_endpoint().map(|u| u.to_string()).ok(),

0 commit comments

Comments
 (0)