rice

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 1d8cf2da92b829b7b7b7c480166444764a973ecb
parent c283ac1dbf1e3fe8cb9fc3bc16ddcca75460e2d2
Author: Mark Feller <mfeller@recurly.com>
Date:   Thu, 19 Dec 2019 18:07:35 -0700

typo

Signed-off-by: Mark Feller <mfeller@recurly.com>

Diffstat:
Minstall | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install b/install @@ -45,7 +45,7 @@ install_packages() { packages=$(sed '/^$/d' /tmp/pkgs | sed '/^#/d') while IFS=' ' read -r flag program comment; do program=$(trim_string "$program") - installpkg $progrm $flag + installpkg $program $flag done <<EOF $packages EOF