diff options
author | Abouzar Parvan <[email protected]> | 2021-09-02 05:32:15 +0430 |
---|---|---|
committer | GitHub <[email protected]> | 2021-09-02 05:32:15 +0430 |
commit | 465c97521423cf07b36547d8d59a7e055fb983c7 (patch) | |
tree | 50d77e673494b435038c98744c27e4d47fa1a255 | |
parent | e9d8d8cd2ed24740ad881f74632feaafae83fe1d (diff) |
Fix typo in vscode_config
-rw-r--r-- | utils/vscode_config/settings.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/vscode_config/settings.json b/utils/vscode_config/settings.json index d8a91c0f..2cca67a5 100644 --- a/utils/vscode_config/settings.json +++ b/utils/vscode_config/settings.json @@ -362,7 +362,7 @@ }, { "key": "P", - "name": "Push", + "name": "Pull", "type": "command", "command": "git.pull" }, |