From 3e15e085e13d1b942ca52af8a82f2be804d7c904 Mon Sep 17 00:00:00 2001 From: Seppia Date: Sun, 3 Jun 2018 23:27:10 +0200 Subject: Fixed typo --- repofish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repofish b/repofish index 6b820f6..5a6da3c 100755 --- a/repofish +++ b/repofish @@ -164,7 +164,7 @@ update_repo() { fi } -archive_repo_pacakges() { +archive_repo_packages() { if [ "$1" != '' ]; then declare -a pkg=("${!1}") echo -e '\033[1;34m:: \033[1;37mArchiving following packages in local repository: '"${pkg[@]}"'\033[m' -- cgit v1.2.3