File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
77## [ Unreleased]
8- ### Added
9- - Add ` honeybadger:checkins-sync ` command to synchronize checkins with Honeybadger Checkins API
108
119## [ 3.16.0] - 2023-10-06
1210### Added
13- - Synchronize checkins ` honeybadger:checkins:sync `
11+ - Synchronize checkins with ` honeybadger:checkins:sync `
1412
1513## [ 3.15.2] - 2023-08-06
1614### Changed
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ private function registerCommands()
7777 $ this ->commands ([
7878 'command.honeybadger:test ' ,
7979 'command.honeybadger:checkin ' ,
80- 'command.honeybadger:checkins- sync ' ,
80+ 'command.honeybadger:checkins: sync ' ,
8181 'command.honeybadger:install ' ,
8282 'command.honeybadger:deploy ' ,
8383 ]);
@@ -99,7 +99,7 @@ private function bindCommands()
9999 );
100100
101101 $ this ->app ->bind (
102- 'command.honeybadger:checkins- sync ' ,
102+ 'command.honeybadger:checkins: sync ' ,
103103 HoneybadgerCheckinsSyncCommand::class
104104 );
105105
You can’t perform that action at this time.
0 commit comments