Skip to content

Commit 41b8a88

Browse files
authored
Swap upload / download to fetch / push. (#73)
1 parent c8303f3 commit 41b8a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/git.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ class Git extends EventEmitter {
241241
* returns the typeof service being process
242242
* @method getType
243243
* @param {String} service - the service type
244-
* @return {String} - will respond with either upload or download
244+
* @return {String} - will respond with either fetch or push
245245
*/
246246
getType(service) {
247247
switch(service) {

0 commit comments

Comments
 (0)