Skip to content

Commit

Permalink
Move to github.com/ftlops/ftl
Browse files Browse the repository at this point in the history
  • Loading branch information
ngrash committed Apr 4, 2021
1 parent 0ff517d commit ff85f07
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ftl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env sh
set -x -e -u

ssh $1 mkdir -p /root/go/src/github.com/ngrash/ftl
scp *.go $1:/root/go/src/github.com/ngrash/ftl/
ssh $1 mkdir -p /root/go/src/github.com/ftlops/ftl
scp *.go $1:/root/go/src/github.com/ftlops/ftl/


date=$(date +%s)
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/ngrash/ftl
module github.com/ftlops/ftl

go 1.15
2 changes: 1 addition & 1 deletion plans/docker_plan.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"log"

"github.com/ngrash/ftl"
"github.com/ftlops/ftl"
)

func main() {
Expand Down

0 comments on commit ff85f07

Please sign in to comment.