typo in tools.deploy.backend
parent
38f98afe6f
commit
10bc247ed4
|
@ -115,7 +115,7 @@ DEFER: ?make-staging-image
|
|||
: parse-vocab-manifest-file ( path -- vocab-manifest )
|
||||
utf8 file-lines
|
||||
dup first "VOCABS:" =
|
||||
[ "LIBRARIES:" split1 vocab-manifest boa ]
|
||||
[ { "LIBRARIES:" } split1 vocab-manifest boa ]
|
||||
[ "invalid vocab manifest!" throw ] if ;
|
||||
|
||||
: make-deploy-image ( vm image vocab config -- manifest )
|
||||
|
|
Loading…
Reference in New Issue