Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
santanusinha committed Sep 26, 2016
1 parent 75b1164 commit d4fafd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babe
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def getAppInfo(appName):
return None
return r

def scale(appName, scale, lbOOR, force=False):
def scale(appName, scale, force=False):
r = requests.put(url("/v2/apps/"+appName), data= json.dumps({'instances' : scale}), headers = {'content-type': 'application/json'})
if 200 == r.status_code:
print("App " + appName + " scaled to " + str(scale))
Expand Down

0 comments on commit d4fafd4

Please sign in to comment.