Skip to content

Commit

Permalink
fix: change path to official repo
Browse files Browse the repository at this point in the history
  • Loading branch information
j4m3s-s committed Sep 20, 2021
1 parent dc4e7d6 commit 9960315
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/j4m3s-s/k8s-proxy-image-swapper
module github.com/Polyconseil/k8s-proxy-image-swapper

go 1.15

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"log"
"net/http"
"time"
m "github.com/j4m3s-s/k8s-proxy-image-swapper/mutate"
m "github.com/Polyconseil/k8s-proxy-image-swapper/mutate"
)

func handleRoot(w http.ResponseWriter, r *http.Request) {
Expand Down

0 comments on commit 9960315

Please sign in to comment.