Skip to content

Commit c22b4e5

Browse files
Kevin BatesKevin Bates
authored andcommitted
added ticks at the end of command in help
1 parent 345d35b commit c22b4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/Functions/Public/Invoke-DockerPester.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Function Invoke-DockerPester {
7676
$Object | ConvertTo-Json -Depth 7 | Out-File -FilePath "$HOME/DockerPester/$($Project)_Tests/$($Date)_$($ImageName).json"
7777
}
7878

79-
Write-DockerPesterHost -Message "Find your Test Results at '$HOME/DockerPester/$($Project)_Tests/' or use Get-LatestDockerPesterResults -Project $Project to retrieve the result as an object."
79+
Write-DockerPesterHost -Message "Find your Test Results at '$HOME/DockerPester/$($Project)_Tests/' or use 'Get-LatestDockerPesterResults -Project $Project' to retrieve the result as an object."
8080

8181
}else{
8282

0 commit comments

Comments
 (0)