💾 Bitmaps Save Path from Bibata Root

This commit is contained in:
ful1e5 2020-09-02 09:42:42 +05:30
parent 3cabf9ea3b
commit b54b071ab0

View file

@ -130,7 +130,7 @@ const renderCursors = async (configs: Record<string, Config>) => {
spinner.text = ` ${chalk.blueBright(
schema
)} Bitmaps stored at ${chalk.greenBright(
`./${path.relative("../../", bitmapsDir)}`
`${path.relative("../../../", bitmapsDir)}`
)}`;
spinner.succeed();
} catch (error) {