Skip to content

Commit

Permalink
fix location of utils.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Jun 4, 2024
1 parent a9eda01 commit e222519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/extra/install_custom_ctypes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# Initialise our bash functions
TOPDIR=$(dirname $(realpath ${BASH_SOURCE}))
source "${TOPDIR}"/utils.sh
source "${TOPDIR}"/../utils.sh

# Function to display help message
show_help() {
Expand Down

0 comments on commit e222519

Please sign in to comment.