diff options
author | jnqnfe <jnqnfe@gmail.com> | 2015-01-06 03:10:15 +0000 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2020-03-05 20:36:54 +0000 |
commit | 5a004878721f0bae7f7fe47b51fc86c6f2e76819 (patch) | |
tree | 620ae1f7bf80356e4885a170956fd27021792584 /Makefile | |
parent | 512dd582404be942fe24e0769bd7bb650c50137e (diff) | |
download | vyos-live-build-5a004878721f0bae7f7fe47b51fc86c6f2e76819.tar.gz vyos-live-build-5a004878721f0bae7f7fe47b51fc86c6f2e76819.zip |
fix capitalisation of some output messages
Closes: #952875
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ test: echo -n "."; \ done; \ else \ - echo "WARNING: skipping bashism test - you need to install devscripts."; \ + echo "WARNING: Skipping bashism test - you need to install devscripts."; \ fi @echo " done." |