mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
fix(cursor/setup): fix typo in setup script
This commit is contained in:
@@ -193,7 +193,7 @@ do_dump_extensions() {
|
|||||||
extensions_lock="$(get_extensions_lock)"
|
extensions_lock="$(get_extensions_lock)"
|
||||||
|
|
||||||
{
|
{
|
||||||
echo "# ${SETUP_EDITOR^} Extensions"
|
echo "# ${SETUP_EDITOR} Extensions"
|
||||||
echo "# Generated on ${current_date}"
|
echo "# Generated on ${current_date}"
|
||||||
echo
|
echo
|
||||||
"${editor_cmd}" --list-extensions --show-versions
|
"${editor_cmd}" --list-extensions --show-versions
|
||||||
|
|||||||
Reference in New Issue
Block a user