Skip to content

Commit f26d0e7

Browse files
fix wrong path param
1 parent f8e40c7 commit f26d0e7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6817,7 +6817,7 @@ async function setup() {
68176817

68186818
if(wrapper){
68196819
core.info('installing wrapper')
6820-
await installWrapper(path)
6820+
await installWrapper(cliPath)
68216821
}
68226822
core.info(`successfully setup stackql at ${cliPath}`);
68236823

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ async function setup() {
115115

116116
if(wrapper){
117117
core.info('installing wrapper')
118-
await installWrapper(path)
118+
await installWrapper(cliPath)
119119
}
120120
core.info(`successfully setup stackql at ${cliPath}`);
121121

0 commit comments

Comments
 (0)