Skip to content

Commit fa17731

Browse files
authored
Don't wrap base64 cert output (#2199)
1 parent 6a29dea commit fa17731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sndev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ sndev__cert() {
536536
echo "no CERTDIR label found for $1"
537537
exit 1
538538
fi
539-
docker__exec $1 cat $certdir/tls.cert | base64
539+
docker__exec $1 cat $certdir/tls.cert | base64 -w0
540540
}
541541

542542
sndev__help_cert() {

0 commit comments

Comments
 (0)