Skip to content

Commit

Permalink
fix(cfs): Apply CFS config when cfs_profiles is enabled (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
taoky committed Apr 26, 2023
1 parent 38fb688 commit 97a8617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ impl<'owner> Service<'owner> {
}

pub fn cfs_apply(&self, config: &crate::config::cfs::Profile) {
if self.config.cfs_profiles.enable {
if !self.config.cfs_profiles.enable {
return;
}

Expand Down

0 comments on commit 97a8617

Please sign in to comment.