Skip to content

Commit c70068c

Browse files
committed
fix: make extract_extension actually work
1 parent df42300 commit c70068c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/commands/extensions/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ InstallExtension() {
3434

3535
if [[ ! -f "$FILE" ]]; then PRINT FATAL "$FILE could not be found or detected.";return 2;fi
3636

37-
extract_extension
37+
extract_extension "$FILE"
3838
fi
3939

4040
((PROGRESS_NOW++))

0 commit comments

Comments
 (0)