diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2019-10-18 21:10:15 +0300 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2019-10-18 21:10:15 +0300 |
| commit | 5893e265752ca0dca85beb4204cf26d0ca9354a2 (patch) | |
| tree | f5b0f0a22e8f60f05aa056a73513f9122b235abd | |
| parent | 14261f0fa17d94f5db8382b420e0106dd66e35a5 (diff) | |
| download | pfetch-5893e265752ca0dca85beb4204cf26d0ca9354a2.tar.gz | |
docs: update
| -rwxr-xr-x | pfetch | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1303,7 +1303,7 @@ get_ascii() { # This ensures that any variables defined in the while loop # are still accessible in the script. done <<-EOF - $(printf %s "$ascii" | sed 's/\[3.m//g') + $(printf %s "$ascii" | sed 's/\[3.m//g') EOF # Add a gap between the ascii art and the information. |
