Skip to content

Commit

Permalink
Merge pull request #132 from phumpal/fix/frozen-string-literal
Browse files Browse the repository at this point in the history
Fixes #131
  • Loading branch information
Jef Spaleta authored Jun 2, 2020
2 parents 000ca8a + a1f4e64 commit 19fad9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md).

## [Unreleased]
- `check-postgres-replication.rb`: `# frozen_string_literal: true` does not play nicely with mixlib-cli

## [4.0.1] - 2020-04-20
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion bin/check-postgres-replication.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /usr/bin/env ruby
# frozen_string_literal: true
# frozen_string_literal: false

#
# check-postgres-replication
Expand Down

0 comments on commit 19fad9d

Please sign in to comment.