1
0
mirror of https://github.com/Jguer/yay synced 2024-07-08 20:36:24 +00:00

Fix linting error breaking docker release

This commit is contained in:
Jguer 2019-06-17 13:22:30 +01:00
parent e0a5e24a12
commit 16fddae8b6
2 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ import (
"os/exec"
"strings"
pacmanconf "github.com/Morganamilo/go-pacmanconf"
alpm "github.com/Jguer/go-alpm"
pacmanconf "github.com/Morganamilo/go-pacmanconf"
)
// Verbosity settings for search

View File

@ -7,8 +7,8 @@ import (
"path/filepath"
"strings"
pacmanconf "github.com/Morganamilo/go-pacmanconf"
alpm "github.com/Jguer/go-alpm"
pacmanconf "github.com/Morganamilo/go-pacmanconf"
)
func setPaths() error {