diff --git a/lacci/lib/shoes/constants.rb b/lacci/lib/shoes/constants.rb index b47517b95..a6e6f784e 100644 --- a/lacci/lib/shoes/constants.rb +++ b/lacci/lib/shoes/constants.rb @@ -13,7 +13,6 @@ def self.find_lib_dir [ENV["LOCALAPPDATA"], "Shoes"], [ENV["APPDATA"], "Shoes"], [ENV["HOME"], ".shoes"], - [Dir.tmpdir, "shoes"], ] top, file = homes.detect { |home_top, _| home_top && File.exist?(home_top) }