Skip to content

Commit e94728a

Browse files
znaniyeotavio
authored andcommitted
fix(agent): fix import path
1 parent bef3aaa commit e94728a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/server/modes/host/utils_freebsd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
gliderssh "github.com/gliderlabs/ssh"
1010
"github.com/shellhub-io/shellhub/agent/pkg/osauth"
11-
"github.com/shellhub-io/shellhub/agent/pkg/server/modes/host/command"
11+
"github.com/shellhub-io/shellhub/agent/server/modes/host/command"
1212
)
1313

1414
func generateShellCmd(deviceName string, session gliderssh.Session, term string) *exec.Cmd {

0 commit comments

Comments
 (0)