diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-11-01 22:50:03 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-11-01 22:50:03 +0100 |
commit | 6959423157d9a0e2e7e46c9a07e19e0957d0f655 (patch) | |
tree | 40fcdad071bab4c714e33a326010d29e88088e7f /bin | |
parent | ad249d1b2ac9acce54316d903248dd404f2f7a61 (diff) | |
parent | ef58ea7e0128fec57ccec72fee256597fb4a0b79 (diff) |
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/extra/supd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/extra/supd b/bin/extra/supd index 019dd51..c7e4e8c 100755 --- a/bin/extra/supd +++ b/bin/extra/supd @@ -26,7 +26,7 @@ do then printf 'o' else - printf 'x' + printf 'x\n' return fi # Show remote state |