From b8bc1ac5d09d02da15aa3e0ef67238efb5d8a636 Mon Sep 17 00:00:00 2001 From: Lucas CHOLLET Date: Sat, 1 Jul 2023 22:03:49 -0400 Subject: [PATCH] Ports: Fix a typo in `.port_include.sh` --- Ports/.port_include.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ports/.port_include.sh b/Ports/.port_include.sh index 68f17b6621..37715db245 100755 --- a/Ports/.port_include.sh +++ b/Ports/.port_include.sh @@ -776,7 +776,7 @@ do_dev() { do_installdepends fi if [ -d "$workdir" ] && [ ! -d "$workdir/.git" ]; then - if prompt_yes_no "- Would you like to clean the working direcory (i.e. ./package.sh clean)?"; then + if prompt_yes_no "- Would you like to clean the working directory (i.e. ./package.sh clean)?"; then do_clean fi fi