Skip to content

Commit

Permalink
fix geode profile add
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Dec 9, 2024
1 parent 6c86718 commit aa6b9a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geode"
version = "3.3.0"
version = "3.3.1"
authors = [
"HJfod <[email protected]>",
"Camila314 <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/profile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ pub fn subcommand(cmd: Profile) {
location,
platform,
} => {
let mut config = Config::new().assert_is_setup();
let mut config = Config::new();

if config.get_profile(&Some(name.to_owned())).is_some() {
fail!("A profile named '{}' already exists", name);
Expand Down

0 comments on commit aa6b9a9

Please sign in to comment.