Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit 9c56143

Browse files
committed
Remove trailing whitespace from Gruntfile.js
1 parent b2872f9 commit 9c56143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ module.exports = function( grunt ) {
126126
command: 'cd ./dev-lib && ./generate-markdown-readme' // Generate the readme.md
127127
},
128128
phpunit: {
129-
command: 'vagrant ssh -c "cd <%= vvv.plugin %> && phpunit"'
129+
command: 'vagrant ssh -c "cd <%= vvv.plugin %> && phpunit"'
130130
},
131131
phpunit_c: {
132132
command: 'vagrant ssh -c "cd <%= vvv.plugin %> && phpunit --coverage-html <%= vvv.coverage %>"'

0 commit comments

Comments
 (0)