diff --git a/Makefile b/Makefile index faa8f78..5c1b75c 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,7 @@ status: @echo "" @echo "📁 Project Info:" @echo " Directory: $(PWD)" - @echo " Version: $(shell grep '__version__' ai_shell/__init__.py | cut -d'\"' -f2)" + @echo " Version: $(shell grep '__version__' ai_shell/__init__.py | cut -d'"' -f2)" @echo "" @echo "🔧 Git Status:" @git status --short || echo " Not a git repository"