Scripts: small fixes

This commit is contained in:
Pieter Vander Vennet 2023-08-10 15:36:32 +02:00
parent 7a95334882
commit f511423845
2 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
import ScriptUtils from "./ScriptUtils"
import { Utils } from "../Utils"
import { Utils } from "../src/Utils"
import * as fs from "fs"
async function main(args: string[]) {