From 8e58fd923535a5ac72ab365ca72070e99e3215d9 Mon Sep 17 00:00:00 2001 From: Labhansh Agrawal Date: Thu, 25 Feb 2021 13:19:48 +0530 Subject: [PATCH] remove outdated git bash example from config --- app/config/config-default.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/config/config-default.js b/app/config/config-default.js index a043e154..512471f8 100644 --- a/app/config/config-default.js +++ b/app/config/config-default.js @@ -114,10 +114,6 @@ module.exports = { // // Cygwin // - Example: `C:\\cygwin64\\bin\\bash.exe` - // - // Git Bash - // - Example: `C:\\Program Files\\Git\\git-cmd.exe` - // Then Add `--command=usr/bin/bash.exe` to shellArgs shell: '', // for setting shell arguments (i.e. for using interactive shellArgs: `['-i']`)