mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-30 11:51:57 +00:00
fix path to version and remove json flag from sdk manifest cmd
This commit is contained in:
@@ -189,7 +189,7 @@ getServiceR = do
|
||||
categories <- runDB $ fetchAppCategories (entityKey service)
|
||||
(appsDir, appMgrDir) <- getsYesod $ ((</> "apps") . resourcesDir &&& staticBinDir) . appSettings
|
||||
let appId = sAppAppId $ entityVal service
|
||||
let appDir = (<> "/") . (</> show version) . (</> toS appId) $ appsDir
|
||||
let appDir = (<> "/") . (</> show (sVersionNumber $ entityVal version)) . (</> toS appId) $ appsDir
|
||||
let appExt = Extension (toS appId) :: Extension "s9pk"
|
||||
$logInfo $ "*******************" <> show appDir
|
||||
manifest' <- handleS9ErrT $ getManifest appMgrDir appDir appExt
|
||||
|
||||
Reference in New Issue
Block a user