Skip to content

Commit

Permalink
Merge pull request #1109 from joubin/patch-2
Browse files Browse the repository at this point in the history
removed extra path
  • Loading branch information
bmw committed Oct 24, 2015
2 parents 88fe352 + 3386cd8 commit 7d3d950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ else
SUDO=
fi

BOOTSTRAP=`dirname $0`/bootstrap
BOOTSTRAP=`dirname $0`
if [ ! -f $BOOTSTRAP/debian.sh ] ; then
echo "Cannot find the letsencrypt bootstrap scripts in $BOOTSTRAP"
exit 1
Expand Down

0 comments on commit 7d3d950

Please sign in to comment.