Skip to content

Commit

Permalink
Fixed missing realpath arg in publish
Browse files Browse the repository at this point in the history
  • Loading branch information
tedgin committed Jul 5, 2024
1 parent f0844d0 commit b614989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b614989

Please sign in to comment.