diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-09-23 05:03:13 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-09-23 05:03:13 +0300 |
commit | 2e6a40936f74a8a10c53238d6cdd113ac9a60cf1 (patch) | |
tree | f60ce037a629b2b777211bce68ebc1baf8f0d9a9 | |
parent | code style & output indentation (diff) | |
download | config-links-2e6a40936f74a8a10c53238d6cdd113ac9a60cf1.tar.gz config-links-2e6a40936f74a8a10c53238d6cdd113ac9a60cf1.zip |
fix output indentation
-rw-r--r-- | update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -163,7 +163,7 @@ delete_obsolete_entries() { continue fi - dump '... points to the right file' + dump ' ... points to the right file' done } |