Skip to content

Commit 273e201

Browse files
committed
Fix scopes
1 parent a96e4fc commit 273e201

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

deps/rabbitmq_cli/Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ PROJECT = rabbitmqctl
22

33
define PROJECT_ENV
44
[{scopes, #{
5-
<<"rabbitmq-plugins">> => plugins,
65
rabbitmqctl => ctl,
7-
<<"rabbitmq-diagnostics">> => diagnostics,
8-
<<"rabbitmq-queues">> => queues,
9-
<<"rabbitmq-streams">> => streams,
10-
<<"rabbitmq-upgrade">> => upgrade,
11-
<<"vmware-rabbitmq">> => vmware
6+
'rabbitmq-diagnostics' => diagnostics,
7+
'rabbitmq-plugins' => plugins,
8+
'rabbitmq-queues' => queues,
9+
'rabbitmq-streams' => streams,
10+
'rabbitmq-upgrade' => upgrade,
11+
'vmware-rabbitmq' => vmware
1212
}}]
1313
endef
1414

0 commit comments

Comments
 (0)