Skip to content

Commit d528c3d

Browse files
committed
fix clone commands
1 parent 93f0e05 commit d528c3d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/test_boost_module.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cp -r . /tmp/VesselBoost
55

66
# test readme
77
echo "[DEBUG]: testing the clone command from the README:"
8-
clone_command=`cat /tmp/VesselBoost/README.md | grep https://github.com/KMarshallX/VesselBoost.git`
8+
clone_command=`cat /tmp/VesselBoost/README.md | grep "git clone https://github.com/KMarshallX/VesselBoost.git"`
99
echo $clone_command
1010
$clone_command
1111

tests/test_prediction_module.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cp -r . /tmp/VesselBoost
55

66
# test readme
77
echo "[DEBUG]: testing the clone command from the README:"
8-
clone_command=`cat /tmp/VesselBoost/README.md | grep https://github.com/KMarshallX/VesselBoost.git`
8+
clone_command=`cat /tmp/VesselBoost/README.md | grep "git clone https://github.com/KMarshallX/VesselBoost.git"`
99
echo $clone_command
1010
$clone_command
1111

tests/test_train_module.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cp -r . /tmp/VesselBoost
55

66
# test readme
77
echo "[DEBUG]: testing the clone command from the README:"
8-
clone_command=`cat /tmp/VesselBoost/README.md | grep https://github.com/KMarshallX/VesselBoost.git`
8+
clone_command=`cat /tmp/VesselBoost/README.md | grep "git clone https://github.com/KMarshallX/VesselBoost.git"`
99
echo $clone_command
1010
$clone_command
1111

tests/test_tta_module.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cp -r . /tmp/VesselBoost
55

66
# test readme
77
echo "[DEBUG]: testing the clone command from the README:"
8-
clone_command=`cat /tmp/VesselBoost/README.md | grep https://github.com/KMarshallX/VesselBoost.git`
8+
clone_command=`cat /tmp/VesselBoost/README.md | grep "git clone https://github.com/KMarshallX/VesselBoost.git"`
99
echo $clone_command
1010
$clone_command
1111

0 commit comments

Comments
 (0)