Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ImportITGExportHuduKbs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function Start-ITGlueKbImport {

$MainCSVExportPath = (Read-Host -Prompt "Enter the path to your CSV").replace('"','')
$RootFolderExportPath = (Read-Host -Prompt "Enter the path to your documents exported from IT Glue").replace('"','')
$HuduBaseUrl = Read-Host "Enter your Hudu URL without the trailing space (/)"
$HuduBaseUrl = Read-Host -Prompt "Enter your Hudu URL without the trailing space (/)"
$HuduAPIKey = Read-Host -Prompt "Enter your Hudu API key"

#### End of functions, modules, and starting variables ####
Expand Down