summary refs log tree commit diff
path: root/bin/up.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/up.sh')
-rw-r--r--bin/up.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/up.sh b/bin/up.sh
index a439c8f7..1b44f9b8 100644
--- a/bin/up.sh
+++ b/bin/up.sh
@@ -54,7 +54,7 @@ uploadTerminal() {
 	$(scheme -s)
 	</style>
 	EOF
-	ptee "$@" | shotty -Bcs >> "${temp}/term.html"
+	ptee "$@" | shotty -Bs >> "${temp}/term.html"
 	upload "${temp}/term.html"
 }