Skip to content

Commit 107cb92

Browse files
committed
fix typo
1 parent 014431d commit 107cb92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ if (-not ([string]::IsNullOrEmpty($SourceDir))) {
8484
Write-Error "Failed to create accdb file"
8585
exit 1
8686
}
87-
Write-Host "Build file: $accdbPath"
87+
Write-Host "Built file: $accdbPath"
8888
}
8989
else { # use SourceFile
9090
if (-not ([System.IO.Path]::IsPathRooted($SourceFile))) {

0 commit comments

Comments
 (0)