switch check typo

This commit is contained in:
Nikita Smith
2024-10-18 15:09:08 -07:00
parent 14ad67d59a
commit 2f5e55d52f
+1 -1
View File
@@ -3841,7 +3841,7 @@ lnk_run(int argc, char **argv)
// cleanup disk
os_delete_file_at_path(linker_manifest_path);
if (config->delete_manifest) {
if (config->delete_manifest == LNK_SwitchState_Yes) {
os_delete_file_at_path(manifest_path);
}
}