Skip to content

Commit fc41bea

Browse files
committed
fix(gitguard): correct corrupted character in install script
1 parent 60f38d8 commit fc41bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gitguard/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ main() {
146146
# Show current status
147147
echo -e "\n${BLUE}Current Installation Status:${NC}"
148148
if git rev-parse --git-dir > /dev/null 2>&1; then
149-
echo -e "📁 Project ($(git rev-parse --show-toplevel)): ${project_status:-none}"
149+
echo -e "��� Project ($(git rev-parse --show-toplevel)): ${project_status:-none}"
150150
fi
151151
echo -e "🌍 Global: ${global_status:-none}"
152152

0 commit comments

Comments
 (0)