From b6149890e06a67d86268414c615343527c564a7c Mon Sep 17 00:00:00 2001 From: Tony Edgin Date: Fri, 5 Jul 2024 14:17:08 -0700 Subject: [PATCH] Fixed missing realpath arg in publish --- publish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish b/publish index 5a33522..5f71d08 100755 --- a/publish +++ b/publish @@ -8,7 +8,7 @@ set -o errexit -o nounset -o pipefail -EXEC_DIR="$(dirname "$(realpath --canonicalize-existing)")" +EXEC_DIR="$(dirname "$(realpath --canonicalize-existing "$0")")" readonly EXEC_DIR readonly IMAGE_NAME=cyverse/irods