Skip to content
This repository was archived by the owner on Jan 26, 2025. It is now read-only.

Commit 943bb11

Browse files
committed
change require path for install script to hopefully fix it
1 parent 9bbb0fc commit 943bb11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
require 'lib/plupload-rails3/asset_mover'
1+
require File.join(File.Dirname(__FILE__), 'lib/plupload-rails3/asset_mover')
22
install_plupload_assets

0 commit comments

Comments
 (0)