Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
aiKrice committed Dec 5, 2024
2 parents 5c02185 + 852c0ef commit 7b61398
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion badgetizr
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
if [ -f "$(dirname "$0")/../libexec/utils.sh" ]; then
UTILS_PATH="$(dirname "$0")/../libexec/utils.sh"
else
UTILS_PATH="$(dirname "$0")/Formula/utils.sh"
UTILS_PATH="$(dirname "$0")/utils.sh"
fi
source "$UTILS_PATH"

Expand Down
File renamed without changes.

0 comments on commit 7b61398

Please sign in to comment.