Probably breaks everything, lowercase pterodactyl

This commit is contained in:
Dane Everitt
2018-02-20 13:33:32 -06:00
parent 3f07cdb4c0
commit bacdfae768
19 changed files with 124 additions and 69 deletions

View File

@@ -6,7 +6,7 @@ import (
"os"
"strings"
"github.com/Pterodactyl/wings/constants"
"github.com/pterodactyl/wings/constants"
"github.com/fsouza/go-dockerclient"
log "github.com/sirupsen/logrus"

View File

@@ -8,8 +8,8 @@ import (
"path/filepath"
"strings"
"github.com/Pterodactyl/wings/config"
"github.com/Pterodactyl/wings/constants"
"github.com/pterodactyl/wings/config"
"github.com/pterodactyl/wings/constants"
log "github.com/sirupsen/logrus"
"github.com/spf13/viper"
)