Skip to content

Commit 9d9095e

Browse files
fix: package name
1 parent f0af2f9 commit 9d9095e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/condition/github.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package github
1+
package condition
22

33
import (
44
"fmt"

pkg/condition/github_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package github
1+
package condition
22

33
import (
44
"os"

0 commit comments

Comments
 (0)