Skip to content

Commit cc1b15b

Browse files
committed
fix: remove duplicate echo in install.sh
1 parent 224ebee commit cc1b15b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/install.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
set -e
44

5-
echo "Installing git-intent..."
6-
75
# Check if Homebrew is installed
86
if ! command -v brew &> /dev/null; then
97
echo "Error: Homebrew is required but not installed."

0 commit comments

Comments
 (0)