Skip to content

Commit

Permalink
🟢 spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Richter <[email protected]>
  • Loading branch information
arlimus committed Sep 25, 2023
1 parent d5324ac commit 494fbaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ version update providers/*/ --increment=patch --commit

```
...
comitted changes for os-9.0.2, slack-9.0.1, terraform-9.0.1, vcd-9.0.1, vsphere-9.0.1
committed changes for os-9.0.2, slack-9.0.1, terraform-9.0.1, vcd-9.0.1, vsphere-9.0.1
→ running: git push -u origin version/os-9.0.2+slack-9.0.1+terraform-9.0.1+vcd-9.0.1+vsphere-9.0.1
→ updates pushed successfully, open:
https://github.com/mondoohq/cnquery/compare/version/os-9.0.2+slack-9.0.1+terraform-9.0.1+vcd-9.0.1+vsphere-9.0.1?expand=1
Expand Down
2 changes: 1 addition & 1 deletion providers-sdk/v1/util/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ func commitChanges(confs updateConfs) error {
return errors.New("commit is not in repo: " + err.Error())
}

log.Info().Msg("comitted changes for " + strings.Join(confs.titles(), ", "))
log.Info().Msg("committed changes for " + strings.Join(confs.titles(), ", "))
log.Info().Msg("running: git push -u origin " + branchName)

// Not sure why the auth method doesn't work... so we exec here
Expand Down

0 comments on commit 494fbaf

Please sign in to comment.