Skip to content

Commit 9a705e9

Browse files
committed
Fixes in Install_RedisGears.sh + readies update
1 parent 4488c8a commit 9a705e9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/flow/Install_RedisGears.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
HERE="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
4-
ROOT=$(cd $HERE/../..; pwd)
4+
ROOT=$(cd $HERE/../.. && pwd)
55
READIES=$ROOT/opt/readies
66
. $READIES/shibumi/defs
77

@@ -56,8 +56,8 @@ else
5656
fi
5757

5858
GEARS_S3_URL=http://redismodules.s3.amazonaws.com/redisgears/snapshots
59-
GEARS_MOD=redisgears.$platform.master.zip
60-
GEARS_DEPS=redisgears-python.$platform.master.tgz
59+
GEARS_MOD=redisgears.${platform}.master.zip
60+
GEARS_DEPS=redisgears-python.${platform}.master.tgz
6161

6262
FINAL_WORK_DIR=$ROOT/bin/$($READIES/bin/platform -t)/RedisGears
6363

0 commit comments

Comments
 (0)