Skip to content

Commit

Permalink
ci: fix repo for hub (github -> mislav) (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
pschmitt authored Jun 15, 2023
1 parent 113cfc4 commit 1cb1df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gh-r.zunit
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
$gh_cli --version; assert $state equals 0
}
@test 'gh-hub' { # A command-line tool that makes git easier to use with GitHub
run zinit cp"hub-*/etc/hub.zsh_completion -> _hub" for @github/hub; assert $state equals 0
run zinit cp"hub-*/etc/hub.zsh_completion -> _hub" for @mislav/hub; assert $state equals 0
local hub="$ZBIN/hub"; assert "$hub" is_executable
$hub --version; assert $state equals 0
}
Expand Down

0 comments on commit 1cb1df6

Please sign in to comment.