diff --git a/001-Jupyter/Create_JupyterKernel_conda.ipynb b/001-Jupyter/Create_JupyterKernel_conda.ipynb
index 44860543c2f3bbcfff8a1a8b0e89d8296a4ae9b8..111850ec1cda5cc7ca6f5b1461c74dcc3c8dffb1 100644
--- a/001-Jupyter/Create_JupyterKernel_conda.ipynb
+++ b/001-Jupyter/Create_JupyterKernel_conda.ipynb
@@ -86,7 +86,7 @@
     "CONDA_ENV=my_env\n",
     "\n",
     "export CONDA_ENV=$(echo \"${CONDA_ENV}\" | awk '{print tolower($0)}')\n",
-    "echo ${KERNEL_NAME} # double check"
+    "echo ${CONDA_ENV} # double check"
    ]
   },
   {