Skip to content

Commit 49f80f0

Browse files
committed
bug fix
1 parent 04fc242 commit 49f80f0

File tree

418 files changed

+2
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

418 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Gemfile.lock
2-
.gem
2+
*.gem

tasks/rails-angular-i18n/updater.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module RailsAngularI18n
88
class Updater
99
BASE_URL = 'https://code.angularjs.org'
10-
ROOT_PATH = Pathname.new('vendor/assets/javascripts/angular-i18n')
10+
ROOT_PATH = Pathname.new('vendor/assets/javascripts')
1111

1212
def initialize
1313
end

0 commit comments

Comments
 (0)