Skip to content
This repository was archived by the owner on Aug 10, 2020. It is now read-only.

Commit a02ed67

Browse files
author
gau1991
committed
Updated repo
1 parent 340a0f1 commit a02ed67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ppa.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ EMAIL_ADDRESS=$3
1010
# Capture errors
1111
function ppa_error()
1212
{
13-
echo "[ `date` ] $(tput setaf 1)$@$(tput sgr0)"
13+
echo "[ `date` ] $(tput setaf 1)$@$(tput sgr0)"
1414
exit $2
1515
}
1616

@@ -28,7 +28,7 @@ sudo apt-get -y install git dh-make devscripts debhelper dput gnupg-agent dh-sys
2828

2929
# Lets Clone Launchpad repository
3030
ppa_lib_echo "Copy Launchpad Debian files, please wait"
31-
rm -rf /tmp/launchpad && git clone https://github.com/rtCamp/launchpad.git /tmp/launchpad \
31+
rm -rf /tmp/launchpad && git clone https://github.com/rtCamp/nginx-build.git /tmp/launchpad \
3232
|| ppa_error "Unable to clone launchpad repo, exit status = " $?
3333

3434
if [ "$PACKAGE_NAME" = "init-system-helpers" ]; then

0 commit comments

Comments
 (0)