Skip to content

Commit

Permalink
Fix an example for providing TF artifacts (#703)
Browse files Browse the repository at this point in the history
Fix an example for providing TF artifacts

Reviewed-by: Jiri Popelka
  • Loading branch information
softwarefactory-project-zuul[bot] committed Jul 26, 2023
2 parents ad88fef + e8ff667 commit bc60f09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/configuration/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ do not change it.
environments:
- artifacts:
- type: repository
id: 123:fedora-38
id: https://my.repo/repository
```

</details>
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ const config = {
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} Packit is a Red Hat sponsered free software project. Built with Docusaurus.`,
copyright: `Copyright © ${new Date().getFullYear()} Packit is a Red Hat sponsored free software project. Built with Docusaurus.`,
},
prism: {
theme: lightCodeTheme,
Expand Down

0 comments on commit bc60f09

Please sign in to comment.