summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-01-03 17:01:07 -0500
committerJune McEnroe <june@causal.agency>2020-01-03 17:01:07 -0500
commit66663fb2e3cafaaa3927e6560db48c665e1fe8c0 (patch)
tree0e33a8181a61423f71ef770cf2a35967f2a7fef0 /bin
parentAdd Darling Don't Cry (diff)
downloadsrc-66663fb2e3cafaaa3927e6560db48c665e1fe8c0.tar.gz
src-66663fb2e3cafaaa3927e6560db48c665e1fe8c0.zip
Remove shotty -c flag from up
Diffstat (limited to 'bin')
-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"
 }