Skip to content

Commit

Permalink
Update (base update)
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
poteto committed Jul 26, 2024
1 parent d9e8fe9 commit 95a3245
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
'use strict';

const {join} = require('path');
const theme = require('./theme');
const theme = require('../theme');
const {exec} = require('child-process-promise');
const {existsSync} = require('fs');
const {logPromise} = require('./utils');
const {logPromise} = require('../utils');

if (process.env.GH_TOKEN == null) {
console.log(
Expand Down

0 comments on commit 95a3245

Please sign in to comment.