Skip to content

Commit

Permalink
refactor: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexD10S committed May 9, 2024
1 parent ff1b67e commit 6361e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/pop-cli/src/commands/install/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use strum::Display;
use tokio::{fs, process::Command};

#[derive(Display)]
pub enum DEPENDENCIES {
pub enum Dependencies {
#[strum(serialize = "build-essential")]
BuildEssential,
#[strum(serialize = "clang")]
Expand Down

0 comments on commit 6361e23

Please sign in to comment.