Skip to content

Commit

Permalink
Fix rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
pawurb committed Aug 27, 2024
1 parent 4e64090 commit 6d9bc51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pg_locks_monitor/tasks/all.rake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace :pg_locks_monitor do
end

desc "Check for currently active locks"
task :snapshot do
task snapshot: :environment do
PgLocksMonitor.snapshot!
end
end
2 changes: 1 addition & 1 deletion lib/pg_locks_monitor/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module PgLocksMonitor
VERSION = "0.1.0"
VERSION = "0.1.1"
end

0 comments on commit 6d9bc51

Please sign in to comment.