Skip to content

Commit

Permalink
fix: use const instandof static
Browse files Browse the repository at this point in the history
  • Loading branch information
someoneonsmile committed Aug 13, 2023
1 parent 6499e80 commit 9c39578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pub(crate) static PACK_NAME_ENV: &str = "PACK_NAME";
pub(crate) const PACK_NAME_ENV: &str = "PACK_NAME";

pub(crate) static CONFIG_FILE_NAME: &str = "stow-cm.toml";
pub(crate) const CONFIG_FILE_NAME: &str = "stow-cm.toml";

0 comments on commit 9c39578

Please sign in to comment.