Skip to content

Commit

Permalink
fixup pullonobarding script due to github api changes
Browse files Browse the repository at this point in the history
  • Loading branch information
litlfred committed Oct 11, 2024
1 parent 1c19bb5 commit b9e3335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/signing/pullOnboarding.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ fi
ASSIGNEEEMAIL="$1@who.int"


#REMOTE=$(git ls-remote --get-url origin | sed 's/^.*://g' | sed 's/\.git$//')
REMOTE=$(git ls-remote --get-url origin | sed 's/^.*github\.com\///g' | sed 's/\.git$//')
REMOTE=$(git ls-remote --get-url origin | sed 's/^.*://g' | sed 's/\.git$//')
#REMOTE=$(git ls-remote --get-url origin | sed 's/^.*github\.com\///g' | sed 's/\.git$//')

echo Remote: $REMOTE
echo ${BASH_SOURCE[0]}
Expand Down

0 comments on commit b9e3335

Please sign in to comment.