mirror of
https://github.com/openziti/zrok.git
synced 2025-06-05 01:17:47 +02:00
better 'zrok copy' default target (#438)
This commit is contained in:
parent
c2fb144053
commit
7c742aebfa
@ -48,7 +48,7 @@ func (cmd *copyCommand) run(_ *cobra.Command, args []string) {
|
|||||||
sourceUrl.Scheme = "file"
|
sourceUrl.Scheme = "file"
|
||||||
}
|
}
|
||||||
|
|
||||||
targetStr := "file://."
|
targetStr := "."
|
||||||
if len(args) == 2 {
|
if len(args) == 2 {
|
||||||
targetStr = args[1]
|
targetStr = args[1]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user