Look for the correct feature name for org+rest

This commit is contained in:
Matthew Lyon 2018-06-20 17:04:22 -07:00
parent b0f1804799
commit c0fc9d3db0

View file

@ -26,7 +26,7 @@
(package! ob-go))
(when (featurep! :lang rust)
(package! ob-rust))
(when (featurep! :lang restclient)
(when (featurep! :lang rest)
(package! ob-restclient))
(when (featurep! :lang crystal)
(package! ob-crystal))