mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
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:
committed by
Pedro Nasser
parent
a949c392c2
commit
c154e0811b
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user