mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-09 08:26:47 +00:00
Correct error formatting
Errors should not start with an uppercase letter. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
parent
13412841aa
commit
13f4a487ce
@ -126,7 +126,7 @@ func deploy(ctx context.Context, req types.FunctionDeployment, client *container
|
|||||||
|
|
||||||
labels, err := buildLabels(&req)
|
labels, err := buildLabels(&req)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return fmt.Errorf("Unable to apply labels to container: %s, error: %s", name, err)
|
return fmt.Errorf("unable to apply labels to container: %s, error: %s", name, err)
|
||||||
}
|
}
|
||||||
|
|
||||||
var memory *specs.LinuxMemory
|
var memory *specs.LinuxMemory
|
||||||
|
Loading…
x
Reference in New Issue
Block a user