From 2771b413e29420a403169acc3682f1da2b089714 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 1 Feb 2022 15:30:31 -0500 Subject: [PATCH] update topgrade --- topgrade.aliases | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topgrade.aliases b/topgrade.aliases index 026df0f..d4f0847 100644 --- a/topgrade.aliases +++ b/topgrade.aliases @@ -18,7 +18,7 @@ topgrade () { echo "test" if [ -f "$topgrade_path" ] ; then - "$topgrade_path" + $topgrade_path else echo "topgrade not found at $topgrade_path" fi @@ -28,7 +28,7 @@ topgrade () sysup () { if [ -f "$topgrade_path" ] ; then - "$topgrade_path" --config $topgrade_conf_path/systemonly.toml + $topgrade_path --config $topgrade_conf_path/systemonly.toml else echo "topgrade not found at $topgrade_path" fi