ソースを参照

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 }`,