Update references to newznab-tmux branches.

This commit is contained in:
DariusIII
2015-05-27 01:33:26 +02:00
parent 38a1c7a219
commit df47155fd9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ if ($error === false) {
}
}
} else {
echo "not 'dev', 'next-master', or 'master' branch, skipping version/patch updates\n";
echo "not 'dev', 'dev-regexless', or 'master' branch, skipping version/patch updates\n";
}
} else {
echo "Error in pre-commit hooks!!\n";
+1 -1
View File
@@ -198,7 +198,7 @@ class Versions
$options = [
'data' => NN_RES . 'db' . DS . 'schema' . DS . 'data' . DS,
'ext' => 'sql',
'path' => NN_RES . 'db' . DS . 'patches' . DS . 'mysql',
'path' => NN_RES . 'db' . DS . 'patches' . DS,
'regex' =>
'#^' . Utility::PATH_REGEX . '(?P<patch>\d{4})~(?P<table>\w+)\.sql$#',
'safe' => true,