Skip to content

Commit

Permalink
Merge pull request #2584 from OctopusDeploy/sync-packages-script-fix
Browse files Browse the repository at this point in the history
Update synchronize-packages.mdx
  • Loading branch information
steve-fenton-octopus authored Dec 9, 2024
2 parents 5fc38d5 + 351bac2 commit 980f7ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Provide values for:
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:

```powershell
/SyncPackages.ps1 `
./SyncPackages.ps1 `
-VersionSelection AllVersions `
-PackageListFilePath "packages.json" `
-SourceUrl https://source.octopus.app `
Expand Down

0 comments on commit 980f7ff

Please sign in to comment.