We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f38d8 commit fc41beaCopy full SHA for fc41bea
packages/gitguard/install.sh
@@ -146,7 +146,7 @@ main() {
146
# Show current status
147
echo -e "\n${BLUE}Current Installation Status:${NC}"
148
if git rev-parse --git-dir > /dev/null 2>&1; then
149
- echo -e "📁 Project ($(git rev-parse --show-toplevel)): ${project_status:-none}"
+ echo -e "��� Project ($(git rev-parse --show-toplevel)): ${project_status:-none}"
150
fi
151
echo -e "🌍 Global: ${global_status:-none}"
152
0 commit comments