Skip to content

Commit

Permalink
fix file path
Browse files Browse the repository at this point in the history
  • Loading branch information
kjahed committed Oct 30, 2024
1 parent 79a118d commit 76ac13f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import (

var (
remoteFilePath = map[ondatra.Vendor]string{
ondatra.CISCO: "/misc/disk1/",
ondatra.CISCO: "harddisk:/",
ondatra.NOKIA: "/tmp/",
ondatra.JUNIPER: "/var/tmp/",
ondatra.ARISTA: "/mnt/flash/",
Expand Down

0 comments on commit 76ac13f

Please sign in to comment.