fixed wrong error code

i18n
jan Michal 2 years ago
parent bf5f762c02
commit 82bff3501c
No known key found for this signature in database
GPG Key ID: A6A1A4DCB22279B9

@ -96,7 +96,7 @@ pub fn init(options: Options) {
"Couldn't set permissions for path: {}/.cache/ame: {}",
homedir, e
),
5,
4,
);
}
};
@ -120,7 +120,7 @@ pub fn init(options: Options) {
"Couldn't set permissions for path: {}/.local/share/ame: {}",
homedir, e
),
5,
4,
);
}
};

Loading…
Cancel
Save