Fixed typo in run.sh

This commit is contained in:
Alberto Soutullo 2023-01-22 19:47:16 +01:00
parent 6db71b8031
commit 9bff9ccea8
1 changed files with 2 additions and 2 deletions

4
run.sh
View File

@ -10,8 +10,8 @@ ARGS2=${2:-"config.json"}
enclave_name=$ARGS1
wakurtosis_config_file=$ARGS2
echo "- Enclave name: " enclave_name
echo "- Configuration file: " wakurtosis_config_file
echo "- Enclave name: " $enclave_name
echo "- Configuration file: " $wakurtosis_config_file
# Create and run Gennet docker container
echo -e "\nRunning topology generation"