cmd/uplink: just a silly spelling fix
Change-Id: If3b5abdee9fa51fc9c23f2f2de9edcd7ab9ed039
This commit is contained in:
parent
62d3783928
commit
cadd727df8
@ -292,7 +292,7 @@ func copyMain(cmd *cobra.Command, args []string) (err error) {
|
||||
|
||||
// if both local
|
||||
if src.IsLocal() && dst.IsLocal() {
|
||||
return errors.New("at least one of the source or the desination must be a Storj URL")
|
||||
return errors.New("at least one of the source or the destination must be a Storj URL")
|
||||
}
|
||||
|
||||
// if uploading
|
||||
|
Loading…
Reference in New Issue
Block a user