Skip to content

Commit

Permalink
fix: Corrected branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshmiravalir committed Aug 25, 2021
1 parent 954a02d commit c573a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/updateApiDefinitions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rm -rf OAI_CHANGES.md
echo "Git configurations"
git config --global user.email "lakshmiravali.rimmalapudi@gmail.com"
git config --global user.name "lakshmiravali"
branch=${git branch)
branch=$(git branch)
echo "Current branch: $branch"
git add .
commitMessage=''
Expand Down

0 comments on commit c573a2e

Please sign in to comment.