Skip to content
This repository was archived by the owner on Mar 31, 2021. It is now read-only.

Commit fb36091

Browse files
committed
Fixed path for push.bash
1 parent b485952 commit fb36091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vagrant/push.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function get_tracker_version {
5858
function cd_root() {
5959
source="${BASH_SOURCE[0]}"
6060
while [ -h "${source}" ] ; do source="$(readlink "${source}")"; done
61-
dir="$( cd -P "$( dirname "${source}" )/../.." && pwd )"
61+
dir="$( cd -P "$( dirname "${source}" )/.." && pwd )"
6262
cd ${dir}
6363
}
6464

0 commit comments

Comments
 (0)