We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07290e0 commit 723c863Copy full SHA for 723c863
.rubocop.yml
@@ -1,5 +1,5 @@
1
Rails:
2
- Enabled: true
+ Enabled: false
3
4
AllCops:
5
TargetRubyVersion: 2.3
lib/capistrano-db-tasks/database.rb
@@ -41,7 +41,7 @@ def database
41
end
42
43
def current_time
44
- Time.zone.now.strftime("%Y-%m-%d-%H%M%S")
+ Time.now.strftime("%Y-%m-%d-%H%M%S")
45
46
47
def output_file
0 commit comments