From e0a2d5bdfd620b09abcb6ecc8d358425f941f577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 27 Sep 2023 06:25:40 +0200 Subject: Fix spelling mistake. --- manifests/arch_builder.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/arch_builder.pp b/manifests/arch_builder.pp index f5318fe..ff02d93 100644 --- a/manifests/arch_builder.pp +++ b/manifests/arch_builder.pp @@ -74,8 +74,8 @@ class profiles::arch_builder ( class { 'pacman::makepkg': makeflags => '-j4', packager => 'Hugo Hörnquist (automatically) <>', - dlagents => { - # Defaluts, but with --silent added + dlagents => { + # Defaults, but with --silent added 'file' => '/usr/bin/curl --silent -gqC - -o %o %u', 'ftp' => '/usr/bin/curl --silent -gqfC - --ftp-pasv --retry 3 --retry-delay 3 -o %o %u', 'http' => '/usr/bin/curl --silent -gqb "" -fLC - --retry 3 --retry-delay 3 -o %o %u', -- cgit v1.2.3