Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Update src/commands/publish/mod.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: Sven Sauleau <github@sauleau.com>
  • Loading branch information
steveklabnik and xtuc authored May 28, 2019
1 parent c0211b9 commit bf6fb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/publish/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pub fn create_kv_namespaces(user: &GlobalUser, project: &Project) -> Result<(),

if let Some(namespaces) = &project.kv_namespaces {
for namespace in namespaces {
info!("Attempting to create namesapce '{}'", namespace);
info!("Attempting to create namespace '{}'", namespace);

let mut map = HashMap::new();
map.insert("title", namespace);
Expand Down

0 comments on commit bf6fb75

Please sign in to comment.