Skip to content

Commit cdc408e

Browse files
authored
Merge pull request microsoft#203407 from vbem/patch-2
Fix typo in shellIntegration-bash.sh
2 parents 6693b1d + 5e10388 commit cdc408e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if [ "$VSCODE_INJECTION" == "1" ]; then
2222
if [ -r /etc/profile ]; then
2323
. /etc/profile
2424
fi
25-
# exceute the first that exists
25+
# execute the first that exists
2626
if [ -r ~/.bash_profile ]; then
2727
. ~/.bash_profile
2828
elif [ -r ~/.bash_login ]; then

0 commit comments

Comments
 (0)