Skip to content

Commit

Permalink
update readlink typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
  • Loading branch information
Jdubrick committed Feb 27, 2024
1 parent ab8cc19 commit 6b9cfed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/typescript-model/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ SHORT_NAME="$(uname -s)"
if [ "$(uname)" == "Darwin" ]; then
SCRIPT_DIR=`dirname $( realpath $( type -p ${0} ))`
else
SCRIPT_DIR=`dirname $( readLink -m $( type -p ${0} ))`
SCRIPT_DIR=`dirname $( readlink -m $( type -p ${0} ))`
fi
WORK_DIR=${SCRIPT_DIR}/workdir
echo "[INFO] Using the following folder to store all build files ${SCRIPT_DIR}/workdir"
Expand Down

0 comments on commit 6b9cfed

Please sign in to comment.