Skip to content

Commit

Permalink
Merge pull request #148 from navidys/codespell
Browse files Browse the repository at this point in the history
running codespell
  • Loading branch information
navidys authored Nov 10, 2023
2 parents 5424bdf + 7e528c1 commit 3e066eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ specfile_path: prometheus-podman-exporter.spec

jobs:
- job: copr_build
trigger: pull_request
trigger: commit
branch: main
enable_net: true
srpm_build_deps:
- make
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing To Prometheus Podman Exporter

We'd love your contribtion on the project!
We'd love your contribution on the project!

## Developer Certificate of Origin

Expand Down
2 changes: 1 addition & 1 deletion exporter/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

// Start starts prometheus exporter.
func Start(cmd *cobra.Command, args []string) error {
// setup podman resgistry
// setup podman registry
pdcs.SetupRegistry()

// setup exporter
Expand Down

0 comments on commit 3e066eb

Please sign in to comment.