aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
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")