Skip to content

Commit

Permalink
Merge pull request #67 from vladdoster/patch-2
Browse files Browse the repository at this point in the history
(bugfix): add macos as possible release descriptor
  • Loading branch information
pschmitt committed Nov 17, 2021
2 parents 98b579a + b10e1c5 commit 9206ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zinit-install.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -1431,7 +1431,7 @@ builtin source "${ZINIT[BIN_DIR]}/zinit-side.zsh" || { builtin print -P "${ZINIT
aarch64 "aarch64"
aarch64-2 "arm"
linux "(linux|linux-gnu)"
darwin "(darwin|mac|osx|os-x)"
darwin "(darwin|mac|macos|osx|os-x)"
cygwin "(windows|cygwin|[-_]win|win64|win32)"
windows "(windows|cygwin|[-_]win|win64|win32)"
msys "(windows|msys|cygwin|[-_]win|win64|win32)"
Expand Down

0 comments on commit 9206ad4

Please sign in to comment.