From 3d3a97b2bd3c5ffb1e763e698e3a8836b186bbba Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 18 Aug 2021 16:34:10 +0200 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 12eccb8..0504661 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -38,4 +38,4 @@ ynh_detect_arch(){ architecture="unknown" fi echo $architecture -} \ No newline at end of file +}