diff --git a/archive_ps_codebase/IntelOpenVinoSetupV5.txt b/archive_ps_codebase/IntelOpenVinoSetupV5.txt index 9ba1f54..4937842 100644 --- a/archive_ps_codebase/IntelOpenVinoSetupV5.txt +++ b/archive_ps_codebase/IntelOpenVinoSetupV5.txt @@ -369,7 +369,7 @@ if (Test-Path -Path $dloadPath) if ( -Not ( Test-Path "openvino_notebooks" ) ) { Start-Process -FilePath "C:\Program Files\Git\bin\git.exe" -ArgumentList "clone --depth=1 https://github.com/openvinotoolkit/openvino_notebooks.git" -Wait } else { - Write-Host "SKIP cloneing (folder exists): openvino_notebooks" + Write-Host "SKIP cloning (folder exists): openvino_notebooks" } if ( -Not ( Test-Path "open_model_zoo" ) ) {