Clean func file (#507)

* remove wrongfully added fnctl

* Remove path and max_concurrency from func.yaml generated with `fn init`

Fixes: 424
This commit is contained in:
Seif Lotfy سيف لطفي
2017-02-02 22:39:18 +01:00
committed by Pedro Nasser
parent a949c392c2
commit c154e0811b
8 changed files with 32 additions and 30 deletions

View File

@@ -279,7 +279,7 @@ func createFunctionYaml(opts createImageOptions) error {
path := fmt.Sprintf("/%s", strs[1])
funcDesc := &funcfile{
Name: opts.Name,
Path: &path,
path: &path,
Config: opts.Config,
}