Skip to content

Commit

Permalink
fix(profile): fixed no exist error when config folder was no exist #1386
Browse files Browse the repository at this point in the history
  • Loading branch information
hitenkoku committed Jul 27, 2024
1 parent 4f2f8ba commit 0386909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options/profile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use yaml_rust::{Yaml, YamlEmitter, YamlLoader};

#[derive(Embed)]
#[folder = "config/"]
#[include = "default_profile.yaml"]
#[include = "*.yaml"]
struct DefaultProfile;

#[derive(Eq, PartialEq, Hash, Clone, Debug)]
Expand Down

0 comments on commit 0386909

Please sign in to comment.