Fix logical error

This commit is contained in:
Joseph Garrone 2024-11-18 04:46:29 +01:00
parent 5517d6baf4
commit a00bb0c4db

View File

@ -66,7 +66,7 @@ export async function command(params: { buildContext: BuildContext }) {
}
git_untrack: {
if (!destFilePath) {
if (!doesFileExist) {
break git_untrack;
}