Skip to content

Commit 980f7ff

Browse files
Merge pull request #2584 from OctopusDeploy/sync-packages-script-fix
Update synchronize-packages.mdx
2 parents 5fc38d5 + 351bac2 commit 980f7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/docs/octopus-rest-api/examples/feeds/synchronize-packages.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Provide values for:
5050
This example takes packages specified in the `packages.json` file, finding all versions found in the source Octopus instance which have a published date greater than `2021-02-11` and synchronizing them with the destination Octopus instance:
5151

5252
```powershell
53-
/SyncPackages.ps1 `
53+
./SyncPackages.ps1 `
5454
-VersionSelection AllVersions `
5555
-PackageListFilePath "packages.json" `
5656
-SourceUrl https://source.octopus.app `

0 commit comments

Comments
 (0)