diff options
author | mms <git@sapka.me> | 2024-11-12 23:36:48 +0100 |
---|---|---|
committer | mms <git@sapka.me> | 2024-11-12 23:36:48 +0100 |
commit | 6d3ab5f655c83f78905dccede27e5b1da22cc97c (patch) | |
tree | a19a544d059e1efe43650672a7842945a361548d /bin | |
parent | c65e4885b999e90732bf37ee954540bae58a4880 (diff) |
test: add specs to Mesage class
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/chotto | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/usr/bin/env ruby -require_relative "../lib/chotto.rb" +require_relative '../lib/chotto' CONFIG_FILEPATH = 'chotto/config.rb' XDG_HOME = ENV.fetch('XDG_CONFIG_HOME', "#{Dir.home}/.config") |