From 70811db89a2f28b748a617fa37f8e41c1a43dff1 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Fri, 21 Apr 2017 17:49:34 +0200 Subject: [PATCH] Fix argument for package check --- check_process | 2 +- manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/check_process b/check_process index 1121074..e390483 100644 --- a/check_process +++ b/check_process @@ -1,7 +1,7 @@ ;; Test paquet stable auto_remove=1 ; Manifest - version="A. Version of the Debian repositories (recommended)" + version="A. Version of the Debian repositories - recommended" ; Checks pkg_linter=1 setup_sub_dir=0 diff --git a/manifest.json b/manifest.json index 61ef521..d38a0af 100644 --- a/manifest.json +++ b/manifest.json @@ -25,8 +25,8 @@ "en": "Select the minidlna version to install", "fr": "Choix de la version de minidlna à installer" }, - "choices": ["A. Version of the Debian repositories (recommended)", "B. Latest version available for Debian"], - "default": "A. Version of the Debian repositories (recommended)" + "choices": ["A. Version of the Debian repositories - recommended", "B. Latest version available for Debian"], + "default": "A. Version of the Debian repositories - recommended" } ] }