From 9bac83a6c3ce7f5c39b8d6559323e6b617ec67d5 Mon Sep 17 00:00:00 2001 From: Hadi Dbouk Date: Wed, 19 Apr 2023 11:22:41 +0300 Subject: [PATCH] chore(dry-cli): use Dry for accessing constants --- lib/ios_icon_generator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ios_icon_generator.rb b/lib/ios_icon_generator.rb index c05729e..1058918 100644 --- a/lib/ios_icon_generator.rb +++ b/lib/ios_icon_generator.rb @@ -27,7 +27,7 @@ module CLI # @private # :nodoc: module Commands - extend Hanami::CLI::Registry + extend Dry::CLI::Registry end end