Skip to content

Commit 7410850

Browse files
committed
chore: fix lint error, sorry
1 parent 6985f5d commit 7410850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/deno/deploy-dogfood.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if (!consoleCommit) {
4343
const fullCommit = await $`git rev-parse ${consoleCommit}`.text()
4444

4545
if (consoleCommit !== fullCommit) {
46-
console.log(`Resolved ${consoleCommit} to ${fullCommit}`)
46+
console.info(`Resolved ${consoleCommit} to ${fullCommit}`)
4747
}
4848

4949
console.info('Finding nexus zones...')

0 commit comments

Comments
 (0)