Skip to content

Commit

Permalink
make file changed the general.go file - from some reason the order of…
Browse files Browse the repository at this point in the history
… imports matters here
  • Loading branch information
Tom Klinovsky committed Dec 4, 2019
1 parent f299780 commit 3cc34f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utils/general.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"fmt"
"log"
exec "os/exec"
"strings"
"sort"
"strings"
)

// PrintExec takes a command and executes it, with or without printing
Expand Down

0 comments on commit 3cc34f5

Please sign in to comment.