diff options
| author | Tom Black <[email protected]> | 2020-02-09 17:56:06 -0600 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2020-02-09 17:56:06 -0600 |
| commit | f23419e9b4668ede96952b4d156bfb8299893637 (patch) | |
| tree | ba6382695b2ef25d28dc122f545f6b4908f58ff2 /bin | |
| parent | 01c644562019a9ad69fa16f08c695bb99488e343 (diff) | |
| download | ruby2d-f23419e9b4668ede96952b4d156bfb8299893637.tar.gz ruby2d-f23419e9b4668ede96952b4d156bfb8299893637.zip | |
Update `colorize.rb` path
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/ruby2d | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/usr/bin/env ruby -require 'ruby2d/colorize' +require 'ruby2d/cli/colorize' require 'ruby2d/version' # Debugging command-line flag |
