Skip to content

Commit

Permalink
Fix Typo in documentation (#749)
Browse files Browse the repository at this point in the history
Obvious fix.
  • Loading branch information
hamarituc authored Jun 26, 2023
1 parent beab217 commit 9bec8a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This file is used to list changes made in the last 3 major versions of the postg

## Unreleased

- Fix typo in documentation of `postgresql_extension` resource

## 11.5.0 - *2023-06-19*

- Added support for Debian 12
Expand Down
2 changes: 1 addition & 1 deletion documentation/postgresql_extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ package 'postgresql-contrib15'

# Install adminpack extension
postgresql_extension 'postgres adminpack' do
database 'postgres'
dbname 'postgres'
extension 'adminpack'
end
```

0 comments on commit 9bec8a2

Please sign in to comment.