diff --git a/server/lib/try_compile.rb b/server/lib/try_compile.rb index 782d02dc3..246c627da 100644 --- a/server/lib/try_compile.rb +++ b/server/lib/try_compile.rb @@ -1,5 +1,5 @@ begin - require ::File.expand_path '../picky/picky', __FILE__ + require ::File.expand_path '../../ext/picky/picky', __FILE__ rescue LoadError => e # Give up and inform the user. # @@ -21,4 +21,4 @@ NOTE exit 1 -end \ No newline at end of file +end