Skip to content

Commit 96b3c9e

Browse files
committed
add RELEASE_PATH to cleanup
1 parent bb75415 commit 96b3c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,5 +239,5 @@ rm "$FILENAME"
239239
echo "Installation completed. You can now use defang by typing '$BINARY_NAME' in the terminal."
240240

241241
# 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
242+
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
243243
unset -f _prompt_and_append_to_file _generate_completion_script _install_completion_script

0 commit comments

Comments
 (0)