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