From 5e221c15506b0f58e2e8862cdc77a6da043577e5 Mon Sep 17 00:00:00 2001 From: boltgolt Date: Fri, 13 Apr 2018 01:00:36 +0200 Subject: [PATCH] Quick fix --- README.md | 2 +- debian/postinst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 89a0946..720f89d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Howdy for Ubuntu [![](https://travis-ci.org/Boltgolt/howdy.svg?branch=dev)](https://travis-ci.org/Boltgolt/howdy) ![](https://img.shields.io/github/release/Boltgolt/howdy.svg) [![](https://img.shields.io/github/issues-raw/Boltgolt/howdy/enhancement.svg?label=feature+requests)](https://github.com/Boltgolt/howdy/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement) +# Howdy for Ubuntu [![](https://travis-ci.org/Boltgolt/howdy.svg?branch=dev)](https://travis-ci.org/Boltgolt/howdy) ![](https://img.shields.io/github/release/Boltgolt/howdy.svg?colorB=4c1) [![](https://img.shields.io/github/issues-raw/Boltgolt/howdy/enhancement.svg?label=feature+requests&colorB=4c1)](https://github.com/Boltgolt/howdy/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement) Windows Helloâ„¢ style authentication for Ubuntu. Use your built-in IR emitters and camera in combination with face recognition to prove who you are. diff --git a/debian/postinst b/debian/postinst index 618d92e..efe76a1 100755 --- a/debian/postinst +++ b/debian/postinst @@ -27,7 +27,7 @@ if "configure" not in sys.argv: def log(text): """Print a nicely formatted line to stdout""" - print("\n>>> " + col(1) + text + col(0)"\n") + print("\n>>> " + col(1) + text + col(0) + "\n") def handleStatus(status): """Abort if a command fails"""