Skip to content

Commit

Permalink
update githooks
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzelin007 committed Dec 13, 2024
1 parent 085fbb7 commit 09d0cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .githooks/pre-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ else
fi

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

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

0 comments on commit 09d0cba

Please sign in to comment.