Skip to content

Commit

Permalink
Update lib/generators/avo/eject_generator.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Bob authored Nov 20, 2024
1 parent bfba0fe commit 1d19e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/avo/eject_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def eject_component(component_to_eject = options[:component], confirmation: true
component = component_to_eject.underscore

# Get the component path for both, the rb and erb files
rb, erb = if component_constant = component_to_eject.safe_constantize
rb, erb = if (component_constant = component_to_eject.safe_constantize)
# If component is a constant, find the source location
source_location = component_constant.source_location

Expand Down

0 comments on commit 1d19e79

Please sign in to comment.