Skip to content

Commit

Permalink
fix(provider/google): Fixed constant in ILB enable/disable.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtk54 committed Mar 1, 2017
1 parent f57b357 commit 21fbcf6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ class GCEUtil {
executor.timeExecute(
compute.regionBackendServices().update(project, region, backendServiceName, backendService),
"compute.regionBackendServices.update",
executor.TAG_SCOPE, executor.SCOPE_REGIONAL, executor.SCOPE_REGION, region)
executor.TAG_SCOPE, executor.SCOPE_REGIONAL, executor.TAG_REGION, region)
task.updateStatus phase, "Enabled backend for server group ${serverGroupName} in Internal load balancer backend service ${backendServiceName}."
}
}
Expand Down

0 comments on commit 21fbcf6

Please sign in to comment.