Skip to content

Commit

Permalink
fixing the check-release file
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Oct 11, 2017
1 parent de75575 commit 139c2f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
6236-8f04a57bf master
6238-de7557554 master
2 changes: 1 addition & 1 deletion tools/release-scripts/check-release.sh
Expand Up @@ -258,7 +258,7 @@ echo "- VERSION"

#---------------------------------------------------------------------

if [[ -n $DEBUG ]]; then
if [[ -z $DEBUG ]]; then
echo "\`\`\`"
echo "cat VERSION | grep \"release/$MAYOR.$MINOR\""
echo "\`\`\`"
Expand Down

0 comments on commit 139c2f5

Please sign in to comment.