Skip to content

Commit

Permalink
fix file path (#3551)
Browse files Browse the repository at this point in the history
Co-authored-by: Swetha-haridasula <[email protected]>
  • Loading branch information
kjahed and Swetha-haridasula authored Dec 26, 2024
1 parent dc08c6f commit d63d627
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 d63d627

Please sign in to comment.