Skip to content

Commit cb24eb0

Browse files
Remove double comma (#1104)
* Remove double comma * add news * Update news/1104-fix-text-in-header Co-authored-by: Marco Esters <[email protected]> --------- Co-authored-by: Marco Esters <[email protected]>
1 parent f32e2db commit cb24eb0

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

constructor/header.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ if [ "$BATCH" = "0" ]; then
778778
printf "Note: You can undo this later by running \`conda init --reverse \$SHELL\`\\n"
779779
printf "\\n"
780780
printf "Proceed with initialization? [yes|no]\\n"
781-
printf "[%s] >>> " "$DEFAULT"
781+
printf "[%s] >>> " "$DEFAULT"
782782
read -r ans
783783
if [ "$ans" = "" ]; then
784784
ans=$DEFAULT

news/1104-fix-text-in-header

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
### Enhancements
2+
3+
* <news item>
4+
5+
### Bug fixes
6+
7+
* SH: Resolve malformed text displayed during installation. (#1104)
8+
9+
### Deprecations
10+
11+
* <news item>
12+
13+
### Docs
14+
15+
* <news item>
16+
17+
### Other
18+
19+
* <news item>

0 commit comments

Comments
 (0)