From 3d76097efb072db148769495dbcf419b024d3c76 Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Thu, 1 Dec 2016 12:42:23 +0100 Subject: [PATCH] Fix for typo --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 49b9ea9..e95a122 100755 --- a/deploy.sh +++ b/deploy.sh @@ -10,7 +10,7 @@ SSH="ssh -o ClearAllForwardings=yes cloud.blender.org" # macOS does not support readlink -f, so we use greadlink instead if [[ `uname` == 'Darwin' ]]; then ash greadlink 2>/dev/null || { echo >&2 "Install greadlink using brew."; exit 1; } - readlink='grealink' + readlink='greadlink' else readlink='readlink' fi