Skip to content

Commit

Permalink
Merge pull request #330 from alrs/alrs-cmd-err
Browse files Browse the repository at this point in the history
cmd: fix dropped scale error
  • Loading branch information
michaeldwan committed Dec 3, 2020
2 parents 6e6d959 + 277b3fb commit 9ed4df6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/scale.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ func runSetParamsOnly(commandContext *cmdctx.CmdContext) error {

func actualScale(commandContext *cmdctx.CmdContext, balanceRegions bool, setParamsOnly bool) error {
currentcfg, err := commandContext.Client.API().AppAutoscalingConfig(commandContext.AppName)

if err != nil {
return err
}
Expand Down

0 comments on commit 9ed4df6

Please sign in to comment.