Skip to content

Commit b4537cd

Browse files
committed
forgot the v
1 parent 2c860ad commit b4537cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gpu-simulator/setup_environment.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ fi
3737

3838
if [ ! -d "$ACCELSIM_ROOT/gpgpu-sim" ] ; then
3939
git clone https://github.com/gpgpu-sim/gpgpu-sim_distribution.git $ACCELSIM_ROOT/gpgpu-sim
40-
git -C $ACCELSIM_ROOT/gpgpu-sim/ checkout 4.0.1
40+
git -C $ACCELSIM_ROOT/gpgpu-sim/ checkout v4.0.1
4141
else
42-
git -C $ACCELSIM_ROOT/gpgpu-sim/ checkout 4.0.1
42+
git -C $ACCELSIM_ROOT/gpgpu-sim/ checkout v4.0.1
4343
git -C $ACCELSIM_ROOT/gpgpu-sim/ pull
4444
fi
4545

0 commit comments

Comments
 (0)