File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ before continuing reading this documentation.
33
33
34
34
Simply download and run install.sh on your computer :
35
35
36
- bash <(curl -s https://raw.githubusercontent.com/guillaumevincent /bash_unit/master/install.sh)
36
+ bash <(curl -s https://raw.githubusercontent.com/pgrange /bash_unit/master/install.sh)
37
37
38
38
# How to run tests
39
39
Original file line number Diff line number Diff line change 2
2
3
3
echo " downloading bash_unit"
4
4
current_working_dir=$PWD
5
- tarball_url=$( curl -s https://api.github.com/repos/guillaumevincent /bash_unit/releases | grep tarball_url | head -n 1 | cut -d ' "' -f 4)
5
+ tarball_url=$( curl -s https://api.github.com/repos/pgrange /bash_unit/releases | grep tarball_url | head -n 1 | cut -d ' "' -f 4)
6
6
tmp_dir=` mktemp -d 2> /dev/null || mktemp -d -t ' tmpdir' `
7
7
cd $tmp_dir
8
8
curl -Ls $tarball_url | tar -xz
You can’t perform that action at this time.
0 commit comments