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

point devs to wrangler.toml when adding preview id #1465

Merged
merged 1 commit into from
Jul 30, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/settings/toml/manifest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ fn get_namespaces(
binding: ns.binding.to_string(),
})
} else {
failure::bail!("In order to preview a worker with KV namespaces, you must designate a preview_id for each KV namespace you'd like to preview.")
failure::bail!("In order to preview a worker with KV namespaces, you must designate a preview_id in your configuration file for each KV namespace you'd like to preview.")
}
} else if let Some(id) = &ns.id {
Ok(KvNamespace {
Expand Down