Skip to content

Commit 694c7a6

Browse files
authored
Merge pull request rvm#3771 from jasonnoble/patch-1
Fix error message about ignoring all Gemfiles
2 parents b951c56 + 44501cb commit 694c7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/functions/rvmrc_warning

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ __rvmrc_warning_display_for_Gemfile()
159159
then
160160
rvm_log "RVM used your Gemfile for selecting Ruby, it is all fine - Heroku does that too,
161161
you can ignore these warnings with 'rvm rvmrc warning ignore $1'.
162-
To ignore the warning for all files run 'rvm rvmrc warning ignore all Gemfiles'.
162+
To ignore the warning for all files run 'rvm rvmrc warning ignore allGemfiles'.
163163
" >&2
164164
fi
165165
}

0 commit comments

Comments
 (0)