make repo title lowercase #2

Closed
opened 2025-01-11 00:54:16 +00:00 by Brooke · 1 comment
Owner

It seems there is a potential bug that means abra behaves strangely with capitalization, or rather when the requested app name is not capitalized.

When I clone the repo normally with capitalization and then run abra app new gotosocial it copies the contents of GoToSocial into gotosocial

┌─[user][thinkpad][~/.abra/recipes]
└─▪  ls -la
drwxr--r-- 11 user user 4096 Jan 10 18:52 .
drwxr--r--  7 user user 4096 Oct  2 14:30 ..
drwxr-xr-x  4 user user 4096 Jan  9 19:33 artalk
drwxr-xr-x  4 user user 4096 Jan  9 01:14 borg
drwxrwxr-x  4 user user 4096 Jan 10 16:50 gotosocial
drwxrwxr-x  2 user user 4096 Jan 10 18:52 GoToSocial
drwxr-xr-x  5 user user 4096 Dec 18 13:07 nextcloud
drwxr-xr-x  4 user user 4096 Jan  9 23:59 pihole
drwxr-xr-x  4 user user 4096 Jan  9 11:21 rgit
drwxr-xr-x  4 user user 4096 Jan  8 12:17 traefik
drwxrwxr-x  4 user user 4096 Jan  8 12:32 wireguard-ui
It seems there is a potential bug that means abra behaves strangely with capitalization, or rather when the requested app name is not capitalized. When I clone the repo normally with capitalization and then run `abra app new gotosocial` it copies the contents of `GoToSocial` into `gotosocial` ``` ┌─[user][thinkpad][~/.abra/recipes] └─▪ ls -la drwxr--r-- 11 user user 4096 Jan 10 18:52 . drwxr--r-- 7 user user 4096 Oct 2 14:30 .. drwxr-xr-x 4 user user 4096 Jan 9 19:33 artalk drwxr-xr-x 4 user user 4096 Jan 9 01:14 borg drwxrwxr-x 4 user user 4096 Jan 10 16:50 gotosocial drwxrwxr-x 2 user user 4096 Jan 10 18:52 GoToSocial drwxr-xr-x 5 user user 4096 Dec 18 13:07 nextcloud drwxr-xr-x 4 user user 4096 Jan 9 23:59 pihole drwxr-xr-x 4 user user 4096 Jan 9 11:21 rgit drwxr-xr-x 4 user user 4096 Jan 8 12:17 traefik drwxrwxr-x 4 user user 4096 Jan 8 12:32 wireguard-ui ```
Owner
https://git.coopcloud.tech/toolshed/abra/issues/500
Sign in to join this conversation.
No description provided.