Fix comment.

master
Gee-Bee 2014-07-18 09:35:27 +02:00
parent 4f9d4879d7
commit bfe6473000
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ module Middleman
end
# check if the user name has changed
`git config user.name "#{self.user_name}"` unless self.user_name == `git config --get user.name`
# check if the remote repo has changed
# check if the user email has changed
`git config user.email "#{self.user_email}"` unless self.user_email == `git config --get user.email`
end
end