Skip to content

Commit

Permalink
OPSEXP-2755 Update the docs with new artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Nov 14, 2024
1 parent 2160f73 commit 673575d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1230,7 +1230,7 @@ Error was a <class 'ansible.errors.AnsibleError'>, original message: An unhandle
You can run the command shown below in the same terminal you're using to run the playbook to quickly test downloading a protected resource from Nexus.
```bash
wget -qO /dev/null --user=${NEXUS_USERNAME} --password=${NEXUS_PASSWORD} https://artifacts.alfresco.com/nexus/service/local/repositories/enterprise-releases/content/org/alfresco/alfresco-content-services-distribution/7.3.0/alfresco-content-services-distribution-7.3.0.pom
wget -qO /dev/null --user=${NEXUS_USERNAME} --password=${NEXUS_PASSWORD} https://artifacts.alfresco.com/nexus/content/groups/private/org/alfresco/alfresco-content-services-distribution/7.3.0/alfresco-content-services-distribution-7.3.0.pom
```
If everything is configured correctly you should see the following at the end of the output:
Expand Down

0 comments on commit 673575d

Please sign in to comment.