Skip to content

Commit dcdd335

Browse files
authored
Merge pull request skonfig#147 from riiengineering/fix/type/__package_luarocks/invalid-package-state
__package_luarocks: Fix invalid `__package --state`
2 parents 04459a9 + 6fe4735 commit dcdd335

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

type/__package_luarocks/manifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
# along with skonfig-base. If not, see <http://www.gnu.org/licenses/>.
1919
#
2020

21-
__package luarocks --state installed
22-
__package make --state installed
21+
__package luarocks
22+
__package make

0 commit comments

Comments
 (0)