Skip to content

Commit 19fad9d

Browse files
author
Jef Spaleta
authored
Merge pull request #132 from phumpal/fix/frozen-string-literal
Fixes #131
2 parents 000ca8a + a1f4e64 commit 19fad9d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md).
55

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

89
## [4.0.1] - 2020-04-20
910
### Fixed

bin/check-postgres-replication.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /usr/bin/env ruby
2-
# frozen_string_literal: true
2+
# frozen_string_literal: false
33

44
#
55
# check-postgres-replication

0 commit comments

Comments
 (0)