Skip to content

Commit

Permalink
Merge pull request #89 from skalenetwork/feature/SKALE-2297-versioning
Browse files Browse the repository at this point in the history
SKALE-2297 fix script
  • Loading branch information
olehnikolaiev authored May 20, 2020
2 parents 7abae2e + 641fcf0 commit cbb88bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/calculate_version.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

BRANCH=$1
VERSION=$2
VERSION=$(cat VERSION)
USAGE_MSG='Usage: BRANCH=[BRANCH] calculate_version.sh'

if [ -z "$BRANCH" ]
then
Expand Down

0 comments on commit cbb88bb

Please sign in to comment.