aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authormms <git@sapka.me>2024-11-12 23:36:48 +0100
committermms <git@sapka.me>2024-11-12 23:36:48 +0100
commit6d3ab5f655c83f78905dccede27e5b1da22cc97c (patch)
treea19a544d059e1efe43650672a7842945a361548d /bin
parentc65e4885b999e90732bf37ee954540bae58a4880 (diff)
test: add specs to Mesage class
Diffstat (limited to 'bin')
-rwxr-xr-xbin/chotto2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chotto b/bin/chotto
index 0dabd48..3d66d4e 100755
--- a/bin/chotto
+++ b/bin/chotto
@@ -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")