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

Commit

Permalink
Fixed path for push.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderdean committed Oct 10, 2015
1 parent b485952 commit fb36091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant/push.bash
Expand Up @@ -58,7 +58,7 @@ function get_tracker_version {
function cd_root() {
source="${BASH_SOURCE[0]}"
while [ -h "${source}" ] ; do source="$(readlink "${source}")"; done
dir="$( cd -P "$( dirname "${source}" )/../.." && pwd )"
dir="$( cd -P "$( dirname "${source}" )/.." && pwd )"
cd ${dir}
}

Expand Down

0 comments on commit fb36091

Please sign in to comment.