Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Fix typo in QMTStat::Prj assignement
Browse files Browse the repository at this point in the history
  • Loading branch information
breuhan committed Apr 23, 2024
1 parent cb7e779 commit 4d4cb70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quota/quota_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ where
target,
param,
value: QuotaStats {
kind: QuotaKind::Grp,
kind: QuotaKind::Prj,
stats,
},
}),
Expand Down

0 comments on commit 4d4cb70

Please sign in to comment.