Skip to content

Commit

Permalink
Fix bug in mount script
Browse files Browse the repository at this point in the history
  • Loading branch information
caleblanchard committed Jan 23, 2020
1 parent 8c9d9ce commit 79679eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/Mount.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Write-Host "Enabling editing of the following models:" $ModelsToJunction

foreach ($Model in $ModelsToJunction)
{
$LocalModelPath = Join-Path $LocalPackagesFolder $Model
$LocalModelPath = Join-Path $LocalMetadataFolder $Model
$RepoPath = Join-Path "..\Metadata" $Model

if (!(Test-Path $LocalModelPath -PathType Container))
Expand Down

0 comments on commit 79679eb

Please sign in to comment.