Skip to content

Commit

Permalink
Fix log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewL246 committed May 15, 2024
1 parent da40c63 commit 88068ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/compile-custom-inkay.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ rm -f ./*.elf ./*.wps
# Set up the Inkay build environment and then build the patches
docker build . -t inkay-build
docker run -it --rm -v .:/app -w /app inkay-build
success "Inkay patches built successfully at $(pwd)/Inkay-pretendo.wps"
print_success "Inkay patches built successfully at $(pwd)/Inkay-pretendo.wps"

# Upload the new Inkay patches to the Wii U
if [[ -n "${WIIU_IP:-}" ]]; then
Expand Down

0 comments on commit 88068ce

Please sign in to comment.