diff options
Diffstat (limited to 'ops')
-rw-r--r-- | ops/besadii/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/besadii/main.go b/ops/besadii/main.go index 46b76bd88173..d9c27fe31c1d 100644 --- a/ops/besadii/main.go +++ b/ops/besadii/main.go @@ -94,7 +94,7 @@ cat built-paths | cachix push tazjin`}, func triggerBuild(log *syslog.Writer, token, branch, commit string) { build := Build{ Manifest: prepareManifest(commit), - Note: fmt.Sprintf("Build of 'master' at '%s'", commit), + Note: fmt.Sprintf("Build of '%s' at '%s'", branch, commit), Tags: []string{ // my branch names tend to contain slashes, which are not valid // identifiers in sourcehut. |