Fix provider name to faasd-provider

Not sure how this got reverted / affected, but was wrong. The
name "faas-containerd" is gone and not in use.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis (OpenFaaS Ltd)
2020-02-04 15:22:08 +00:00
committed by Alex Ellis
parent d49011702b
commit 283e8ed2c1
3 changed files with 3 additions and 3 deletions

View File

@ -82,7 +82,7 @@ func (s *Supervisor) Start(svcs []Service) error {
}
hosts := fmt.Sprintf(`
127.0.0.1 localhost
%s faas-containerd`, gw)
%s faasd-provider`, gw)
writeHostsErr := ioutil.WriteFile(path.Join(wd, "hosts"),
[]byte(hosts), workingDirectoryPermission)