Skip to content

Commit

Permalink
Merge branch 'unstable' into types
Browse files Browse the repository at this point in the history
  • Loading branch information
jking-aus committed Dec 9, 2024
2 parents 64c22b4 + 3cf5dec commit 8793324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anchor/client/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fn build_profile_name() -> &'static str {
env!("OUT_DIR")
.split(std::path::MAIN_SEPARATOR)
.nth_back(3)
.unwrap_or("unknown")
.unwrap_or(&"unknown")
}

#[derive(Clone, Copy, Debug, PartialEq, Deserialize, Serialize, Display, ValueEnum)]
Expand Down

0 comments on commit 8793324

Please sign in to comment.