Skip to content

Commit

Permalink
Add ../
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Sep 20, 2024
1 parent 01597c3 commit b88b250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/grunt/tasks/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const generateDevelopmentHTML = require( '../generateDevelopmentHTML' );
const generateA11yViewHTML = require( '../generateA11yViewHTML' );
const generateTestHTML = require( '../generateTestHTML' );

const writeFileAndGitAdd = require( '../../../perennial-alias/js/common/writeFileAndGitAdd' );
const writeFileAndGitAdd = require( '../../../../perennial-alias/js/common/writeFileAndGitAdd' );

const repo = getRepo();

Expand Down

0 comments on commit b88b250

Please sign in to comment.