Skip to content

Commit

Permalink
updated docs, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Mar 7, 2017
1 parent d68a154 commit 753eae6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Resources/doc/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The plugin can override the main file definitions of the Bower packages. To over
definitions specify the packages and their main file array as name/value pairs. For an example
see the [usage informations](index.md#override-the-main-files-for-bower).

##### config.fxp-asset.git-skip-update (root-only)
##### config.fxp-asset.git-driver.skip-update (root-only)

The plugin can skip updating meta-data in git repositories for given amount of time, i.e. `1 week`.

Expand Down
1 change: 0 additions & 1 deletion Tests/Repository/Vcs/GitDriverTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ public function testPublicRepositoryWithSkipUpdate($type, $filename)
'skip-update' => '1 week',
],
],
// TODO: bring code-coverage to 100%
'cache-vcs-dir' => sys_get_temp_dir().'/composer-test-cache-vcs',
],
]);
Expand Down

0 comments on commit 753eae6

Please sign in to comment.