Skip to content

Commit

Permalink
Fix file list
Browse files Browse the repository at this point in the history
  • Loading branch information
Naliwe committed Dec 27, 2021
1 parent 3c2ab56 commit 8008c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/utils/initRepo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async function pullFile(

/** @param {NS} ns **/
export async function main(ns: NS) {
const files = [params.helpers, params.manifest, params.pullFiles];
const files = [params.helpers, params.manifest, params.pullFiles, params.constants];

for (let file of files) {
await pullFile(ns, file);
Expand Down

0 comments on commit 8008c77

Please sign in to comment.