Skip to content

Commit 5e10388

Browse files
committed
Fix typo in shellIntegration-bash.sh
fix typo `exceute` to `execute` in `shellIntegration-bash.sh`.
1 parent b0d1f89 commit 5e10388

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)