Skip to content

Commit fda80d9

Browse files
authored
Merge pull request #50006 from MicahMcKittrick-MSFT/patch-82
Fixes MicrosoftDocs/azure-docs#13969
2 parents 7763c46 + b0cbf68 commit fda80d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/service-fabric-cluster-upgrade-windows-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ For usage details, see the [Start-ServiceFabricClusterConfigurationUpgrade](http
159159
Register-ServiceFabricClusterPackage -Code -CodePackagePath <name of the .cab file>
160160
161161
###### Here is a filled-out example
162-
Register-ServiceFabricClusterPackage -Code -CodePackagePath MicrosoftAzureServiceFabric.5.3.301.9590.cab
162+
Register-ServiceFabricClusterPackage -Code -CodePackagePath .\MicrosoftAzureServiceFabric.5.3.301.9590.cab
163163
164164
```
165165
6. Start a cluster upgrade to an available version.

0 commit comments

Comments
 (0)