We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c573a2e commit 09ba672Copy full SHA for 09ba672
scripts/updateApiDefinitions.sh
@@ -14,7 +14,7 @@ rm -rf OAI_CHANGES.md
14
echo "Git configurations"
15
git config --global user.email "[email protected]"
16
git config --global user.name "lakshmiravali"
17
-branch=$(git branch)
+branch=$(git branch --show-current)
18
echo "Current branch: $branch"
19
git add .
20
commitMessage=''
0 commit comments