Skip to content

Commit 38bc1d7

Browse files
committed
fix typo
1 parent d5b261e commit 38bc1d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup-nodenv/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const core = require('@actions/core')
2-
const { installNodenv } = require('.installer')
2+
const { installNodenv } = require('./installer')
33
const { fail } = require('../src/utils')
44

55
function run () {

0 commit comments

Comments
 (0)