Skip to content

Commit 22c7bfd

Browse files
nit(cli): Comment refactor.
1 parent c0051c2 commit 22c7bfd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

cli/setup/uninstall.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ for rc in "$HOME/.bashrc" "$HOME/.zshrc"; do
6565
fi
6666
done
6767

68-
# 3. Chromium. Opt-in because the user may rely on it for other apps.
69-
# `edge uninstall` sets EDGE_UNINSTALL_REMOVE_BROWSER after asking in Rust, so we skip the prompt then.
68+
# 3. Chromium. Opt-in because the user may rely on it for other apps. `edge uninstall` sets EDGE_UNINSTALL_REMOVE_BROWSER after asking in Rust, so we skip the prompt then.
7069
case "${EDGE_UNINSTALL_REMOVE_BROWSER:-}" in
7170
1) uninstall_browser ;;
7271
0) echo "leaving Chromium installed" ;;

0 commit comments

Comments
 (0)