Skip to content

Commit

Permalink
fix: fixed missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
Emdien committed May 23, 2022
1 parent 136809d commit 175cd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fullparse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ then
git config user.email [email protected]
git add $contents_folder/
git commit -m "Ontology metrics calculated - OQuaRE"
if [ $release == 'true']
if [ $release == 'true' ]
then
git push origin HEAD:master
fi
Expand Down

0 comments on commit 175cd3c

Please sign in to comment.