diff options
Diffstat (limited to 'vpp-userdemo/run')
-rwxr-xr-x | vpp-userdemo/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vpp-userdemo/run b/vpp-userdemo/run index b3582de..293c942 100755 --- a/vpp-userdemo/run +++ b/vpp-userdemo/run @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -vagrant ssh -c "/vagrant/vmrun /vagrant/${1}" +vagrant ssh -c "/vagrant/vmrun /vagrant/tutorials/${1}" |