diff options
| author | Jeff Lane <jeffrey.lane@canonical.com> | 2014-09-02 19:03:26 -0400 |
|---|---|---|
| committer | Jeff Lane <jeffrey.lane@canonical.com> | 2014-09-02 19:03:26 -0400 |
| commit | 93361da164dee1f081c57579515029aafc4b5a67 (patch) | |
| tree | e27de7703c814123c786dcd1576958832c838414 | |
| parent | a8789a173799cca15f403dcf27a11a0cadfbd570 (diff) | |
semantics
| -rw-r--r-- | jobs/miscellanea.txt.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/miscellanea.txt.in b/jobs/miscellanea.txt.in index ef9b371a..872c5317 100644 --- a/jobs/miscellanea.txt.in +++ b/jobs/miscellanea.txt.in @@ -179,7 +179,7 @@ command: if [ -s /etc/installed-by-maas ]; then cat /etc/installed-by-maas else - echo "MAAS VERSION NOT FOUND" >> /dev/stderr + echo "MAAS VERSION NOT FOUND" >&2 false fi _description: If system was installed via MAAS from a cert server, the MAAS version used should be contained in /etc/installed-by-maas |
