HIGUCHI Yuta
Committed by Gerrit Code Review

Fix typo in scalablegateway/BUCK

- buck targets was failing

Change-Id: I7accdeb0e2be27ed1c6f81f5cabfcf485acea5a1
1 BUNDLES = [ 1 BUNDLES = [
2 - '//apps/scalablegateway/api:onos-app-scalablegateway-api', 2 + '//apps/scalablegateway/api:onos-apps-scalablegateway-api',
3 - '//apps/scalablegateway/app:onos-app-scalablegateway-app', 3 + '//apps/scalablegateway/app:onos-apps-scalablegateway-app',
4 ] 4 ]
5 5
6 onos_app ( 6 onos_app (
......