Skip to content

Commit 11186ee

Browse files
committed
fix: fonts path
1 parent 9e14b50 commit 11186ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/link.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const spawn = require('../spawn');
2-
const { color } = require('./fonts');
2+
const { color } = require('../fonts');
33

44
module.exports = async function linkPackages(repos, args) {
55
const failed = [], isLinked = {};

0 commit comments

Comments
 (0)