8
0
Oskar Wrobel 9 лет назад
Родитель
Сommit
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.
 	 * Fetch all branches from each origin on selected repository.
 	 *
 	 *
 	 * @param {String} repositoryLocation
 	 * @param {String} repositoryLocation
-     */
+	 */
 	fetchAll( repositoryLocation ) {
 	fetchAll( repositoryLocation ) {
 		const fetchCommands = [
 		const fetchCommands = [
 			`cd ${ repositoryLocation }`,
 			`cd ${ repositoryLocation }`,