aboutsummaryrefslogtreecommitdiff
path: root/buildos
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-04-01 14:57:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-04-01 14:57:48 +0200
commit82ba1c16587d331d9dff59997a8f5e723d57903a (patch)
tree0b59c44fa8e3252884ceb4c05afcedddaa72a9be /buildos
parentcea95db3790bb98085288a4234c9dd9272c4e1ad (diff)
Naming cleanup
Diffstat (limited to 'buildos')
-rwxr-xr-xbuildos4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildos b/buildos
index d3f1652..e9c6acd 100755
--- a/buildos
+++ b/buildos
@@ -29,7 +29,7 @@ function error ()
exit 1
}
-info "starting buildos monitor..."
+info "starting build os monitor..."
# Parse the kernel command line. This is complicated by the fact that the
# values can be quoted, for example:
@@ -280,7 +280,7 @@ function print ()
done
}
-print | email "starting buildos monitor"
+print | email "starting build os monitor"
if [ -z "$buildid_url" ]; then
info "no buildos.buildid_url specified, not monitoring for new os builds"