Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlxisHenry committed Dec 19, 2022
1 parent aeafa99 commit 6074fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/func.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function fileCategory() {
then
debug "Category: ${category}";
fi
success "File < ${file} > place in \033[36m${category}\033[0m category." false;
success "File < ${file} > placed in \033[36m${category}\033[0m category." false;
}

function foreach() {
Expand Down

0 comments on commit 6074fa7

Please sign in to comment.