File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 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.
3333
3434Simply download and run install.sh on your computer :
3535
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)
3737
3838# How to run tests
3939
Original file line number Diff line number Diff line change 22
33echo " downloading bash_unit"
44current_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)
66tmp_dir=` mktemp -d 2> /dev/null || mktemp -d -t ' tmpdir' `
77cd $tmp_dir
88curl -Ls $tarball_url | tar -xz
You can’t perform that action at this time.
0 commit comments