Skip to content

Commit de2b222

Browse files
Update internal/api/watcher.go
Co-authored-by: Melanija Cvetic <119604954+cveticm@users.noreply.github.com>
1 parent 10700d0 commit de2b222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/api/watcher.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func NewWatcher(executor CommandExecutor, requestParams map[string][]string, res
7878

7979
// Builds the request we're going to send over and over again until it returns what we expect
8080
//
81-
// - `allCommands`, array with all command definitions, realisticly this will always be the static `Commands` variable, but this allows easier unit testing
81+
// - `allCommands`, array with all command definitions, realistically this will always be the static `Commands` variable, but this allows easier unit testing
8282
// See `NewWatcher` for other parameter descriptions.
8383
func buildRequest(allCommands GroupedAndSortedCommands, requestParams map[string][]string, responseBody []byte, props WatcherProperties) (*CommandRequest, error) {
8484
// Search for the command definition that we're expected to execute

0 commit comments

Comments
 (0)