From 9d59bbdfb37869eec15551c03c167a2036f2d168 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 5 Feb 2021 20:09:06 +0100 Subject: Added installation as a command (#12) --- minishell_test/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'minishell_test/config.py') diff --git a/minishell_test/config.py b/minishell_test/config.py index 493652c..3a787b0 100644 --- a/minishell_test/config.py +++ b/minishell_test/config.py @@ -6,7 +6,7 @@ # By: charles +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2020/07/15 18:24:19 by charles #+# #+# # -# Updated: 2021/01/31 04:41:29 by charles ### ########.fr # +# Updated: 2021/02/05 20:01:16 by charles ### ########.fr # # # # ############################################################################ # @@ -24,7 +24,7 @@ from typing import List BONUS = False # minishell dir path -MINISHELL_DIR = "../minishell" +MINISHELL_DIR = "." # minishell executable MINISHELL_EXEC = "minishell" -- cgit