ben-grande/qusal

Unable to find package markdowlint in dev formula

Closed this issue · 1 comments

Commitment

I confirm that I have read the following resources:

Software version

R4.2.1

Brief summary

Fixed typo in install.sls: markdowlint -> markdownlint - still crashes.

Steps to reproduce

sudo qubesctl --skip-dom0 --targets=tpl-dev state.apply dev.install
E: Unable to locate package markdowlist

Expected behavior

Actual behavior

EDIT: after the fix the package is still not found, causing the installation to crash.

.

Thanks for the report. That happens because the program name is mdl, the package name is ruby-mdl and the project name is markdownlint. Also because I thought it is just a simple edit that it won't break, but this was just proven false and build CI would help me not deliver such issue to users... Commit coming soon.