Skip to content

Commit aa6b9a9

Browse files
committed
fix geode profile add
1 parent 6c86718 commit aa6b9a9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "geode"
3-
version = "3.3.0"
3+
version = "3.3.1"
44
authors = [
55
"HJfod <[email protected]>",
66
"Camila314 <[email protected]>",

src/profile.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ pub fn subcommand(cmd: Profile) {
219219
location,
220220
platform,
221221
} => {
222-
let mut config = Config::new().assert_is_setup();
222+
let mut config = Config::new();
223223

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

0 commit comments

Comments
 (0)