Skip to content

Commit

Permalink
🐛 #4 - fix: fix a bug in create_component.sh that caused the wrong co…
Browse files Browse the repository at this point in the history
…mponent name to be displayed in output
  • Loading branch information
svenvandescheur committed Jan 11, 2024
1 parent fdd8ed9 commit 8431be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/create_component.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ create_component_file $component_name_lowercase $component_dir
# Update components/index.ts file
update_index_file

echo "Component '$component_name' created successfully."
echo "Component '$component_name_lowercase' created successfully."

0 comments on commit 8431be6

Please sign in to comment.