Skip to content

Commit 64bf797

Browse files
committed
Fix typo.
1 parent 9e7bdd8 commit 64bf797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ extract_file() {
9696
if [ -x "$(command -v unzip)" ]
9797
then
9898
unzip "$DVM_DIR/download/$1/deno.zip" -d "$target_dir" > /dev/null
99-
elif [ "$DVM_TARGET_OS" = "Linx" ] && [ -x "$(command -v gunzip)" ]
99+
elif [ "$DVM_TARGET_OS" = "Linux" ] && [ -x "$(command -v gunzip)" ]
100100
then
101101
gunzip -c "$DVM_DIR/download/$1/deno.zip" > "$target_dir/deno"
102102
chmod +x "$target_dir/deno"

0 commit comments

Comments
 (0)