Browse Source

Fixed formatting in git task.

Oskar Wrobel 9 years ago
parent
commit
3f7ecbfc27
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dev/tasks/dev/utils/git.js

+ 1 - 1
dev/tasks/dev/utils/git.js

@@ -99,7 +99,7 @@ module.exports = {
 	 * Fetch all branches from each origin on selected repository.
 	 *
 	 * @param {String} repositoryLocation
-     */
+	 */
 	fetchAll( repositoryLocation ) {
 		const fetchCommands = [
 			`cd ${ repositoryLocation }`,