summaryrefslogtreecommitdiffstats
path: root/app/common/services
diff options
context:
space:
mode:
Diffstat (limited to 'app/common/services')
-rw-r--r--app/common/services/api-utils.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/common/services/api-utils.js b/app/common/services/api-utils.js
index 908dd27..09e2690 100644
--- a/app/common/services/api-utils.js
+++ b/app/common/services/api-utils.js
@@ -897,7 +897,7 @@ window.angular && (function(angular) {
$http({
method: 'PUT',
url: DataService.getHost() +
- '/xyz/openbmc_project/state/bmc0/attr/RequestedBmcTransition',
+ '/xyz/openbmc_project/state/bmc0/attr/RequestedBMCTransition',
withCredentials: true,
data: JSON.stringify(
{'data': 'xyz.openbmc_project.State.BMC.Transition.Reboot'})
OpenPOWER on IntegriCloud