uplink: fix mount and cli/gateway logical merge conflict (#537)
Change-Id: Ib1661e1c9d3f06783854b2293579ab715d0f1c20
This commit is contained in:
parent
cd51787827
commit
fdfb5f1da9
@ -30,7 +30,7 @@ func init() {
|
|||||||
Use: "mount",
|
Use: "mount",
|
||||||
Short: "Mount a bucket",
|
Short: "Mount a bucket",
|
||||||
RunE: mountBucket,
|
RunE: mountBucket,
|
||||||
})
|
}, CLICmd)
|
||||||
}
|
}
|
||||||
|
|
||||||
func mountBucket(cmd *cobra.Command, args []string) (err error) {
|
func mountBucket(cmd *cobra.Command, args []string) (err error) {
|
||||||
|
Loading…
Reference in New Issue
Block a user