Skip to content

Commit 09ba672

Browse files
Update updateApiDefinitions.sh
1 parent c573a2e commit 09ba672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/updateApiDefinitions.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rm -rf OAI_CHANGES.md
1414
echo "Git configurations"
1515
git config --global user.email "[email protected]"
1616
git config --global user.name "lakshmiravali"
17-
branch=$(git branch)
17+
branch=$(git branch --show-current)
1818
echo "Current branch: $branch"
1919
git add .
2020
commitMessage=''

0 commit comments

Comments
 (0)