Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
remove SetupDockerTokens function
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Aug 25, 2022
1 parent a8bd640 commit e94f116
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/app/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package app
import (
"github.com/abdfnx/botway/internal/options"
"github.com/abdfnx/botway/internal/pipes/initx"
"github.com/abdfnx/botway/tools"
"github.com/spf13/cobra"
)

Expand All @@ -19,7 +18,6 @@ func InitCMD() *cobra.Command {
Aliases: []string{"."},
Run: func(cmd *cobra.Command, args []string) {
if opts.Docker {
tools.SetupTokensInDocker()
initx.DockerInit()
} else {
initx.BotwayInit()
Expand Down

0 comments on commit e94f116

Please sign in to comment.