deploy: baseName -> basename

guess I should move this to typescript at some point
This commit is contained in:
Christopher Monsanto 2020-05-01 20:11:28 -04:00
parent aa77ccb6bb
commit b4004eb571

View File

@ -83,7 +83,7 @@ const ENV = {
addPair(pathlib.join(path, name), name);
}
} else {
addPair(path, pathlib.baseName(path));
addPair(path, pathlib.basename(path));
}
}
}