Skip to content

Commit

Permalink
Fix Git remote post account migration
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenprem committed Sep 25, 2022
1 parent 18aa17a commit 00a76d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GOARCH = amd64
VERSION?=latest

# Symlink into GOPATH
GITHUB_USERNAME=praveenprem
GITHUB_USERNAME=razorcorp
BUILD_DIR=${GOPATH}/src/github.com/${GITHUB_USERNAME}/${BINARY}
BIN_DIR=${BUILD_DIR}/bin
CURRENT_DIR=\$(shell pwd)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/praveenprem/dyndns
module github.com/razorcorp/dyndns

go 1.14
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"errors"
"flag"
"fmt"
"github.com/praveenprem/dyndns/cloudflare"
"github.com/razorcorp/dyndns/cloudflare"
"log"
"net/http"
"os"
Expand Down

0 comments on commit 00a76d1

Please sign in to comment.