소스 검색

Fixed formatting in git task.

Oskar Wrobel 9 년 전
부모
커밋
3f7ecbfc27
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 }`,