Remove unused error

This commit is contained in:
Moein Nemati 2023-06-28 16:24:35 +03:00
parent 5ffed577b2
commit f2c545ad6d
No known key found for this signature in database
GPG Key ID: A893D5BF4D5FAE12
1 changed files with 0 additions and 3 deletions

View File

@ -1,7 +1,6 @@
package plugin
import (
"errors"
"fmt"
"os"
"strings"
@ -11,8 +10,6 @@ import (
"golang.org/x/sys/execabs"
)
var errInvalidSecret = errors.New("invalid secret")
// helper function to create the docker login command.
func commandLogin(login Login) *execabs.Cmd {
if login.Email != "" {