Skip to content

Commit

Permalink
fix: alist repository for gh-r test (zdharma-continuum#305)
Browse files Browse the repository at this point in the history
- `alist` project ownership was transferred from user`Xhofe` to organization`alist-org`
  • Loading branch information
vladdoster committed Jun 8, 2022
1 parent b0412c0 commit fb3c082
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 @@ -17,7 +17,7 @@
$alacritty --version; assert $state equals 0
}
@test 'alist' { # A file list program that supports multiple storage, powered by Gin and React
run zinit lbin'!* -> alist' for @Xhofe/alist; assert $state equals 0
run zinit lbin'!* -> alist' for @alist-org/alist; assert $state equals 0
local alist="$ZBIN/alist"; assert "$alist" is_executable
$alist --version; assert $state equals 0
}
Expand Down

0 comments on commit fb3c082

Please sign in to comment.