8
0
Quellcode durchsuchen

Fixed formatting in git task.

Oskar Wrobel vor 9 Jahren
Ursprung
Commit
3f7ecbfc27
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 }`,