From 33466e102d440244f73adbed02e06bfd5c9448b7 Mon Sep 17 00:00:00 2001 From: Christopher Beckmann Date: Sat, 27 May 2023 20:05:21 +0200 Subject: [PATCH] Update 'kfg' --- kfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kfg b/kfg index e485a84..f90a423 100644 --- a/kfg +++ b/kfg @@ -153,7 +153,7 @@ function install_rc_download { # Does the file already exist? or does the user want to overwrite it? if [ ! -e "$_file" ] || user_confirm_overwrite "$_file"; then # Download the file and save it - download "$_filename" "$_file" + download "$_remote_file" "$_file" log_add "Added $_file" fi