mirror of
https://github.com/openziti/zrok.git
synced 2025-01-22 22:09:03 +01: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"
|
||||
}
|
||||
|
||||
targetStr := "file://."
|
||||
targetStr := "."
|
||||
if len(args) == 2 {
|
||||
targetStr = args[1]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user