From 1b0a92d36fab1aa550411d90f19ed57d638f04b3 Mon Sep 17 00:00:00 2001 From: Divy Jain Date: Tue, 1 Sep 2020 20:21:50 +0530 Subject: [PATCH] fix typo --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index 40fc93e..7ed436f 100755 --- a/debian/postinst +++ b/debian/postinst @@ -110,7 +110,7 @@ log("Upgrading pip to the latest version") handleStatus(sc(["pip3", "install", "--upgrade", "pip"])) -log("Upgrading numpy to the lateset version") +log("Upgrading numpy to the latest version") # Update numpy handleStatus(subprocess.call(["pip3", "install", "--upgrade", "numpy"]))