Skip to content

Commit 4ef06f3

Browse files
authored
Merge pull request #95 from skalenetwork/fix-option-for-dev-provision
Fix if option for dev provision
2 parents c294945 + 40816c2 commit 4ef06f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafiles/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cd $SKALE_DIR
99

1010
rm -rf $SKALE_NODE_DIR
1111

12-
if [[ -z $"{SKALE_NODE_SOURCE}" ]]; then
12+
if [[ -z $SKALE_NODE_SOURCE ]]; then
1313
sudo git clone -b $GIT_BRANCH https://$GITHUB_TOKEN\@github.com/skalenetwork/skale-node.git .skale-node
1414
else
1515
rsync -r $SKALE_NODE_SOURCE/* .skale-node

0 commit comments

Comments
 (0)