-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: info supports "generate" paths (#163)
Currently the info command does not support the "generate" keyword in paths. This is a bug. $ chisel info --release ubuntu-24.04 base-files_chisel 2024/10/07 08:47:57 Consulting release repository... 2024/10/07 08:47:57 Cached ubuntu-24.04 release is still up-to-date. 2024/10/07 08:47:57 Processing ubuntu-24.04 release... error: internal error: unrecognised PathInfo type: generate This commit fixes the said bug and adds support for "generate"-kind paths in the info command.
- Loading branch information
1 parent
406881b
commit 302ec57
Showing
2 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters