diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-06-01 17:46:17 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-06-01 17:46:17 -0400 |
| commit | ae8929205eb9e7e8e12a387a2f5f60c6a17e7518 (patch) | |
| tree | 513a2721c35351cac6e323dee3d3502d8e36b9d4 /.local/bin/statusbar/crypto | |
| parent | 51fff23636826df1c9ec0fffc69e24b3bfab935d (diff) | |
| parent | 88dfd0afe9df8b613e292f2e288d9b775735c9b5 (diff) | |
| download | eibhear-ae8929205eb9e7e8e12a387a2f5f60c6a17e7518.tar.gz eibhear-ae8929205eb9e7e8e12a387a2f5f60c6a17e7518.tar.zst eibhear-ae8929205eb9e7e8e12a387a2f5f60c6a17e7518.zip | |
Merge branch 'master' of github.com:LukeSmithxyz/voidrice into chambln-refactor
Diffstat (limited to '.local/bin/statusbar/crypto')
| -rwxr-xr-x | .local/bin/statusbar/crypto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/statusbar/crypto b/.local/bin/statusbar/crypto index bb19fc9..ef025d4 100755 --- a/.local/bin/statusbar/crypto +++ b/.local/bin/statusbar/crypto @@ -28,7 +28,7 @@ printprices() { # Print/format all prices for x in "$dir"/*; do [ -f "$x" ] || break info="$(cut -d';' -f-2 --output-delimiter=' ' "$x")" - printf "%s$%0.2f " $info + printf "%s$%0.2f " "$info" done | sed 's/ $/\n/' } |
