typo in tools.deploy.backend

db4
Joe Groff 2010-02-16 14:33:57 -08:00
parent 38f98afe6f
commit 10bc247ed4
1 changed files with 1 additions and 1 deletions

View File

@ -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 )