Skip to content
Snippets Groups Projects
Verified Commit 8a3085ca authored by Zandor Smith's avatar Zandor Smith :computer:
Browse files

Fix tilde in script 6.

parent 1a896b1f
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ async function step06FixFontAwesomeWebfontsVar() {
variant = "pro";
}
lines.splice(firstImportLine, 0, `$fa-font-path: "~@fortawesome/fontawesome-${variant}/webfonts";`);
lines.splice(firstImportLine, 0, `$fa-font-path: "@fortawesome/fontawesome-${variant}/webfonts";`);
fileContent = lines.join("\n");
madeChanges = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment