diff options
Diffstat (limited to 'contrib/check_vcs.pl')
-rw-r--r-- | contrib/check_vcs.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/check_vcs.pl b/contrib/check_vcs.pl index 7ee00728..38afdae2 100644 --- a/contrib/check_vcs.pl +++ b/contrib/check_vcs.pl @@ -71,7 +71,7 @@ sub print_help (); $vcs_negate = ''; $vcs_result = ''; $vcs_expected_result = 'ONLINE'; - $plugin_revision = '$Revision$ '; + $plugin_revision = '$Revision: 33 $ '; # Grab options from command line GetOptions |