Skip to content

Commit

Permalink
Rename wapm.sqlite -> wasmer.sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
fschutt committed Dec 16, 2022
1 parent dd470ad commit c29377f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/registry/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use serde::Serialize;
use std::collections::BTreeMap;
use std::path::{Path, PathBuf};

pub static GLOBAL_CONFIG_DATABASE_FILE_NAME: &str = "wapm.sqlite";
pub static GLOBAL_CONFIG_DATABASE_FILE_NAME: &str = "wasmer.sqlite";

#[derive(Deserialize, Default, Serialize, Debug, PartialEq, Eq)]
pub struct PartialWapmConfig {
Expand Down

0 comments on commit c29377f

Please sign in to comment.