We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb75415 commit 96b3c9eCopy full SHA for 96b3c9e
src/bin/install
@@ -239,5 +239,5 @@ rm "$FILENAME"
239
echo "Installation completed. You can now use defang by typing '$BINARY_NAME' in the terminal."
240
241
# Unset the variables and functions to avoid polluting the user's environment
242
-unset EXTRACT_DIR DOWNLOAD_URL RELEASE_JSON ARCH_SUFFIX ARCH OS FILENAME INSTALL_DIR BINARY_NAME REPLY EXPORT_PATH CURRENT_SHELL FOUND_PROFILE_FILE
+unset EXTRACT_DIR DOWNLOAD_URL RELEASE_JSON RELEASE_PATH ARCH_SUFFIX ARCH OS FILENAME INSTALL_DIR BINARY_NAME REPLY EXPORT_PATH CURRENT_SHELL FOUND_PROFILE_FILE
243
unset -f _prompt_and_append_to_file _generate_completion_script _install_completion_script
0 commit comments