From ff7b4097f06d300bb8a41bf9fa998a4cfb213e85 Mon Sep 17 00:00:00 2001 From: Arnaud Rebillout Date: Fri, 5 Jul 2019 11:10:51 +0700 Subject: [PATCH] actions: Add missing newline in apt documentation Signed-off-by: Arnaud Rebillout --- actions/apt_action.go | 1 + 1 file changed, 1 insertion(+) diff --git a/actions/apt_action.go b/actions/apt_action.go index 6f3988f..9136687 100644 --- a/actions/apt_action.go +++ b/actions/apt_action.go @@ -18,6 +18,7 @@ Mandatory properties: Optional properties: - recommends -- boolean indicating if suggested packages will be installed + - unauthenticated -- boolean indicating if unauthenticated packages can be installed */ package actions