Correct naming of faas-provider

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis (OpenFaaS Ltd) 2020-02-04 15:26:03 +00:00 committed by Alex Ellis
parent 44df1cef98
commit 65c2cb0732

View File

@ -21,7 +21,7 @@ import (
var providerCmd = &cobra.Command{
Use: "provider",
Short: "Run the faasd faas-provider",
Short: "Run the faasd-provider",
RunE: runProvider,
}