Skip to content

Commit

Permalink
[#425] Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mosharaf13 committed Jul 17, 2023
1 parent c412ea6 commit 0ce2ada
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .template/addons/svgeez/bin/template.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# frozen_string_literal: true

use_source_path __dir__
Expand Down
4 changes: 2 additions & 2 deletions .template/variants/web/template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ def apply_web_variant!
apply '.template/addons/bootstrap/template.rb' if yes? install_addon_prompt 'Bootstrap'
apply '.template/addons/slim/template.rb' if yes? install_addon_prompt 'Slim Template Engine'
apply '.template/addons/hotwire/template.rb' if yes? install_addon_prompt 'Hotwire'
apply '.template/addons/svgeez/template.rb' if yes?(install_addon_prompt('Svgeez'))
apply '.template/addons/svgeez/template.rb' if yes? install_addon_prompt 'Svgeez'

after_bundle do
use_source_path __dir__

Expand Down

0 comments on commit 0ce2ada

Please sign in to comment.