uplink: fix mount and cli/gateway logical merge conflict (#537)

Change-Id: Ib1661e1c9d3f06783854b2293579ab715d0f1c20
This commit is contained in:
JT Olio 2018-10-25 16:00:15 -06:00 committed by GitHub
parent cd51787827
commit fdfb5f1da9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ func init() {
Use: "mount",
Short: "Mount a bucket",
RunE: mountBucket,
})
}, CLICmd)
}
func mountBucket(cmd *cobra.Command, args []string) (err error) {