Skip to content

Commit

Permalink
Fixed message
Browse files Browse the repository at this point in the history
  • Loading branch information
psav committed Nov 29, 2021
1 parent ba8eee7 commit b703fbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func GetAutoScaler(c *p.Provider) (p.ClowderProvider, error) {
case "none", "":
return NewNoneAutoScalerProvider(c)
default:
errStr := fmt.Sprintf("No matching db mode for %s", autoMode)
errStr := fmt.Sprintf("No matching autoscaler mode for %s", autoMode)
return nil, errors.New(errStr)
}
}
Expand Down

0 comments on commit b703fbc

Please sign in to comment.