Skip to content

Commit e7d58f9

Browse files
Free a constant per Rubocop suggestion
1 parent 3e2f1b3 commit e7d58f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

providers/erlang_package_from_bintray.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
provides :erlang_package_from_bintray, platform_family: %w(debian ubuntu rhel centos fedora)
2424

2525
DEBIAN_PACKAGES = %w(erlang-mnesia erlang-runtime-tools erlang-asn1 erlang-crypto erlang-public-key erlang-ssl
26-
erlang-syntax-tools erlang-snmp erlang-os-mon erlang-parsetools
26+
erlang-syntax-tools erlang-snmp erlang-os-mon erlang-parsetools
2727
erlang-inets erlang-tools erlang-eldap erlang-xmerl
28-
erlang-dev erlang-edoc erlang-eunit erlang-erl-docgen erlang-src)
28+
erlang-dev erlang-edoc erlang-eunit erlang-erl-docgen erlang-src).freeze
2929

3030
action :install do
3131
if platform_family?('debian', 'ubuntu')

0 commit comments

Comments
 (0)