Skip to content

Commit

Permalink
Gitcrypt refinements (#2886)
Browse files Browse the repository at this point in the history
* use Refinements

* Update CHANGELOG.md
  • Loading branch information
electrocret authored Aug 15, 2023
1 parent 494d877 commit 94b241f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
- fixed netscaler backups with hostname set #2828 (@electrocret)
- Do not redirect stderr when fetching opnsense version since default shell (csh) doesn't support it (@spike77453)
- Fixed fan RPM speeds included in Aruba CX diffs (@danpoltawski)
- Gitcrypt output refinements (@electrocret)
- Remove constantly updating dates from backup of Adtran config (@davesbell)
- fixed prompt for Cumulus to allow usernames with dots and dashes (@ktims)

Expand Down
1 change: 1 addition & 0 deletions lib/oxidized/output/gitcrypt.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module Oxidized
class GitCrypt < Output
using Refinements
class GitCryptError < OxidizedError; end
begin
require 'git'
Expand Down

0 comments on commit 94b241f

Please sign in to comment.