diff --git a/create-packages.sh b/create-packages.sh
index 1aff4fb8a65bd0d0bdf8573e0eff60798284ad1f..930c97c33c587138b6b539db1ef8bb216c76fc39 100755
--- a/create-packages.sh
+++ b/create-packages.sh
@@ -103,7 +103,7 @@ if [[ -n $PIP ]]; then
     PIP_NAME="wile_coyote-${VERSION}-py3-none-any.whl"
     python3 setup.py bdist_wheel
     if [[ $? -eq 0 ]]; then
-        mv dist/$PIP_NAME packages/pip/
+        mv dist/$PIP_NAME packages/whl/
         echo -e "\nthe package was created and stored as ./packages/whl/${PIP_NAME}"
     else
         echo -e "\nthere was an error creating the package"