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 085fbb7 commit 09d0cbaCopy full SHA for 09d0cba
.githooks/pre-push.sh
@@ -21,7 +21,7 @@ else
21
fi
22
23
# Get extension repo paths and join them with spaces
24
-EXTENSIONS=$(azdev extension repo list -o tsv | tr '\n' ' ')
+EXTENSIONS=$(azdev extension repo list -o tsv | tr '\n' ' ' | sed 's/ $//')
25
26
# Fetch upstream/dev branch
27
printf "\033[0;32mFetching upstream/dev branch...\033[0m\n"
0 commit comments