Skip to content

Commit

Permalink
Merge pull request #2164 from ripienaar/2162.1
Browse files Browse the repository at this point in the history
(#2162) Consistency update with other watchers
  • Loading branch information
ripienaar authored Apr 16, 2024
2 parents 9dbdc4a + 6d5f98e commit b3bf9c7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion aagent/watchers/expressionwatcher/expression.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: Apache-2.0

package expression
package expressionwatcher

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion aagent/watchers/expressionwatcher/expression_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: Apache-2.0

package expression
package expressionwatcher

import (
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion aagent/watchers/expressionwatcher/matcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: Apache-2.0

package expression
package expressionwatcher

import (
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion aagent/watchers/expressionwatcher/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: Apache-2.0

package expression
package expressionwatcher

import (
"github.com/choria-io/go-choria/aagent/watchers/plugin"
Expand Down
2 changes: 1 addition & 1 deletion aagent/watchers/expressionwatcher/state_notification.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: Apache-2.0

package expression
package expressionwatcher

import (
"encoding/json"
Expand Down

0 comments on commit b3bf9c7

Please sign in to comment.