Remove the need for realpath
This commit is contained in:
@@ -6,7 +6,7 @@ not_installed() {
|
||||
! command -v $1 > /dev/null 2>&1
|
||||
}
|
||||
|
||||
github_release_resource_dir=$(realpath $(dirname $(dirname $0)))
|
||||
github_release_resource_dir=$(cd $(dirname $0)/.. && pwd)
|
||||
|
||||
if not_installed ginkgo; then
|
||||
echo "# ginkgo is not installed! run the following command:"
|
||||
|
Reference in New Issue
Block a user