Skip to content

Commit 09d0cba

Browse files
committed
update githooks
1 parent 085fbb7 commit 09d0cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.githooks/pre-push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ else
2121
fi
2222

2323
# Get extension repo paths and join them with spaces
24-
EXTENSIONS=$(azdev extension repo list -o tsv | tr '\n' ' ')
24+
EXTENSIONS=$(azdev extension repo list -o tsv | tr '\n' ' ' | sed 's/ $//')
2525

2626
# Fetch upstream/dev branch
2727
printf "\033[0;32mFetching upstream/dev branch...\033[0m\n"

0 commit comments

Comments
 (0)