Skip to content

Commit

Permalink
added how to enable git hooks to comments of git hook
Browse files Browse the repository at this point in the history
  • Loading branch information
darksidemilk committed Sep 12, 2024
1 parent eea8267 commit 98cf818
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .githooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
# exit with non-zero status after issuing an appropriate message if
# it wants to stop the commit.
#
# To enable this hook, rename this file to "pre-commit".
# To enable this hook, rename this file to "pre-commit" within .git\hooks
# or run git config core.hooksPath .githooks
#
# Exit on error
#set -e
Expand Down
2 changes: 1 addition & 1 deletion packages/web/lib/fog/system.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ private static function _versionCompare()
public function __construct()
{
self::_versionCompare();
define('FOG_VERSION', '1.5.10.1613');
define('FOG_VERSION', '1.5.10.1614');
define('FOG_SCHEMA', 272);
define('FOG_BCACHE_VER', 141);
define('FOG_CLIENT_VERSION', '0.13.0');
Expand Down

0 comments on commit 98cf818

Please sign in to comment.