fnctl: Image -> Name (#271)

Fixes #268
This commit is contained in:
C Cirello
2016-11-12 03:34:29 +01:00
committed by Seif Lotfy سيف لطفي
parent ba65220127
commit 32e9c45df5
6 changed files with 15 additions and 15 deletions

View File

@@ -280,7 +280,7 @@ func createFunctionYaml(opts createImageOptions) error {
route := fmt.Sprintf("/%s", strs[1])
funcDesc := &funcfile{
App: &strs[0],
Image: opts.Name,
Name: opts.Name,
Route: &route,
Config: opts.Config,
}