Skip to content

Commit dee394f

Browse files
change url to official repo for PR
1 parent ec534fa commit dee394f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ before continuing reading this documentation.
3333

3434
Simply 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

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
echo "downloading bash_unit"
44
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)
66
tmp_dir=`mktemp -d 2>/dev/null || mktemp -d -t 'tmpdir'`
77
cd $tmp_dir
88
curl -Ls $tarball_url | tar -xz

0 commit comments

Comments
 (0)