We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8303f3 commit 41b8a88Copy full SHA for 41b8a88
lib/git.js
@@ -241,7 +241,7 @@ class Git extends EventEmitter {
241
* returns the typeof service being process
242
* @method getType
243
* @param {String} service - the service type
244
- * @return {String} - will respond with either upload or download
+ * @return {String} - will respond with either fetch or push
245
*/
246
getType(service) {
247
switch(service) {
0 commit comments