Skip to content

Commit

Permalink
fix: dead link in definitons deploy (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcvay authored Feb 15, 2020
1 parent 5f2a33a commit dd73eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/foundations-ts-definitions/handle-cronjob.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { runCommand } = require('../../../scripts/release/utils')
const { runCommand } = require('../../scripts/release/utils')
const gitStatus = runCommand('git', ['status', '-s'])
const updateNPM = require('./update-npm')
const releaseGithub = require('./release-github')
Expand Down

0 comments on commit dd73eba

Please sign in to comment.