Skip to content

Commit

Permalink
ulwgl_util: update reaper message
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Mar 11, 2024
1 parent bbddb39 commit cfba0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ULWGL/ulwgl_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def _install_ulwgl(
copy(root.joinpath(CONFIG), local.joinpath(CONFIG))

# Reaper
print(f"Copying reaper -> {local}", file=stderr)
print(f"Copying reaper -> {local} ...", file=stderr)
copy(root.joinpath("reaper"), local.joinpath("reaper"))

# Runtime platform
Expand Down

0 comments on commit cfba0fa

Please sign in to comment.