You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cli/clone.go
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,6 @@ import (
16
16
"github.com/nightlyone/lockfile"
17
17
"time"
18
18
"github.com/subutai-io/agent/lib/common"
19
-
"github.com/subutai-io/agent/lib/fs"
20
19
)
21
20
22
21
var (
@@ -34,17 +33,14 @@ var (
34
33
// This is one of the security checks which makes sure that each container creation request is authorized by registered user.
35
34
//
36
35
// The clone options are not intended for manual use: unless you're confident about what you're doing. Use default clone format without additional options to create Subutai containers.
0 commit comments