diff options
author | Christian Pointner <equinox@spreadspace.org> | 2015-07-30 14:52:23 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2015-07-30 14:52:23 (GMT) |
commit | d1dd85bddc09b38c01404b847b9dc1985152b3fb (patch) | |
tree | a8b15e272ef9e5bb7aa707f12f4663b62ae2ffc9 /utils/get-rd-week | |
parent | 2b3d623828f84a01afa7a07cb240f73095e85941 (diff) |
improved priv check for get-rd-token
Diffstat (limited to 'utils/get-rd-week')
-rwxr-xr-x | utils/get-rd-week | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/get-rd-week b/utils/get-rd-week index 041e822..c6dd0ab 100755 --- a/utils/get-rd-week +++ b/utils/get-rd-week @@ -23,4 +23,4 @@ use strict; use RHRD::utils; -print RHRD::utils::get_rd_week() . "\n";
\ No newline at end of file +print RHRD::utils::get_rd_week() . "\n"; |