Skip to content

Commit af2960a

Browse files
committed
Updated paths to match GitHub username
1 parent 1c3dede commit af2960a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

commands/list_tables.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ package commands
22

33
import (
44
"fmt"
5-
"github.com/persata/mysqldumptablepurger/io"
6-
"github.com/persata/mysqldumptablepurger/parser"
5+
"github.com/Persata/mysqldumptablepurger/io"
6+
"github.com/Persata/mysqldumptablepurger/parser"
77
)
88

99
func ListTables(path string) {

commands/remove_tables.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import (
55
"os"
66
"bufio"
77
"strings"
8-
"github.com/persata/mysqldumptablepurger/io"
9-
"github.com/persata/mysqldumptablepurger/parser"
8+
"github.com/Persata/mysqldumptablepurger/io"
9+
"github.com/Persata/mysqldumptablepurger/parser"
1010
"regexp"
1111
)
1212

mysqltabledumppurger.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package main
33
import (
44
"os"
55
"gopkg.in/alecthomas/kingpin.v2"
6-
"github.com/persata/mysqldumptablepurger/commands"
6+
"github.com/Persata/mysqldumptablepurger/commands"
77
)
88

99
var (

0 commit comments

Comments
 (0)