summaryrefslogtreecommitdiff
path: root/rubocop/cop/migration/datetime.rb
diff options
context:
space:
mode:
Diffstat (limited to 'rubocop/cop/migration/datetime.rb')
-rw-r--r--rubocop/cop/migration/datetime.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/rubocop/cop/migration/datetime.rb b/rubocop/cop/migration/datetime.rb
index 51e0c3e5a22..c605c8e1b6e 100644
--- a/rubocop/cop/migration/datetime.rb
+++ b/rubocop/cop/migration/datetime.rb
@@ -9,7 +9,7 @@ module RuboCop
class Datetime < RuboCop::Cop::Cop
include MigrationHelpers
- MSG = 'Do not use the `%s` data type, use `datetime_with_timezone` instead'.freeze
+ MSG = 'Do not use the `%s` data type, use `datetime_with_timezone` instead'
# Check methods in table creation.
def on_def(node)