Skip to content

Commit

Permalink
pebble notify
Browse files Browse the repository at this point in the history
  • Loading branch information
kayra1 committed Jun 4, 2024
1 parent ac09eb2 commit 7ea2829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/certdb/certdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func (db *CertificateRequestsRepository) Update(id string, cert string) (int64,
return 0, err
}
if insertId != 0{
cmd := exec.Command("pebble", "notify", "gocert/certificate/create", fmt.Sprintf("request_id=%d", insertId))
cmd := exec.Command("pebble", "notify", "gocert.com/certificate/create", fmt.Sprintf("request_id=%d", insertId))
if err := cmd.Run(); err != nil {
return insertId, errors.Join(errors.New("couldn't execute a pebble notify: "), err)
}
Expand Down

0 comments on commit 7ea2829

Please sign in to comment.