Skip to content

Commit

Permalink
Merge pull request #6 from jballanc/patch-1
Browse files Browse the repository at this point in the history
Fix 'fileutils' require so that it works on case-sensitive filesystems.
  • Loading branch information
Majd Taby committed May 31, 2011
2 parents 3896e66 + e0f5af0 commit bb29f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VimAck/Classes/AppDelegate.rb
Expand Up @@ -5,7 +5,7 @@
# Copyright 2011 Majd Taby. All rights reserved.
#

require 'FileUtils'
require 'fileutils'

class AppDelegate

Expand Down

0 comments on commit bb29f2c

Please sign in to comment.