We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df42300 commit c70068cCopy full SHA for c70068c
1 file changed
scripts/commands/extensions/install.sh
@@ -34,7 +34,7 @@ InstallExtension() {
34
35
if [[ ! -f "$FILE" ]]; then PRINT FATAL "$FILE could not be found or detected.";return 2;fi
36
37
- extract_extension
+ extract_extension "$FILE"
38
fi
39
40
((PROGRESS_NOW++))
0 commit comments