diff options
-rwxr-xr-x | examples/docker/copy_packages.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/docker/copy_packages.sh b/examples/docker/copy_packages.sh index 555907efb..5fd9a47f6 100755 --- a/examples/docker/copy_packages.sh +++ b/examples/docker/copy_packages.sh @@ -3,4 +3,4 @@ rm packages/*.deb # Copies locally-built vpp and hc2vpp packages -cp ~/vpp/build-root/*.deb ../packaging/deb/xenial/*.deb packages/
\ No newline at end of file +cp ~/vpp/build-root/*.deb ../../packaging/deb/xenial/*.deb packages/
\ No newline at end of file |