Skip to content

Commit

Permalink
Ensure scaling up from zero works in faasd CE
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Sep 18, 2024
1 parent 5344a32 commit 6b1e49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/provider/handlers/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const (
OrchestrationIdentifier = "containerd"

// ProviderName name of the provider
ProviderName = "faasd"
ProviderName = "faasd-ce"
)

// MakeInfoHandler creates handler for /system/info endpoint
Expand Down

0 comments on commit 6b1e49a

Please sign in to comment.