Skip to content

Commit

Permalink
Fixed path for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Aug 20, 2015
1 parent 8892fee commit 70f7f65
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ tests/_support/_generated/*
tests/_data/scenarios
nbproject/*
app/config/local/ldap.php
app/storage/dumps/*
app/config/packages/schickling/backup/config.php
2 changes: 1 addition & 1 deletion app/config/packages/schickling/backup/config.example.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
return array(
'path' => storage_path() . '/dumps/',
'path' => 'app/storage/dumps/',

'mysql' => array(
'dump_command_path' => '',
Expand Down
4 changes: 2 additions & 2 deletions app/config/version.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
return array (
'app_version' => 'v2.0-pre',
'hash_version' => 'v2.0-pre-beta2-11-g70a7a11',
'app_version' => 'v2.0-RC',
'hash_version' => 'v2.0-RC-1',
);

0 comments on commit 70f7f65

Please sign in to comment.