You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
write-host "We are setting up the _templates directory if it doesn't exist and then creating a symbolic link at `'$chocoTemplateDir`' pointing to `'$targetDir`'"
if (![System.IO.Directory]::Exists($chocoTemplateDir)) {