diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-16 14:42:22 +0200 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-16 14:42:22 +0200 |
| commit | b7297285369171c95b006e49d6da7bc84b969fc8 (patch) | |
| tree | 9e5a93a2bd32439cf1033444890d452e33cf8cfa /lib/tasks | |
| parent | e65cc4f849174e2767f2121120ea8f1880c3d6d2 (diff) | |
| download | gitlab-ce-b7297285369171c95b006e49d6da7bc84b969fc8.tar.gz | |
uppercase Gitlab version and revision constants. check api return gitlab version now
Diffstat (limited to 'lib/tasks')
| -rw-r--r-- | lib/tasks/gitlab/info.rake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tasks/gitlab/info.rake b/lib/tasks/gitlab/info.rake index c44016ef6e8..091de6ee6d5 100644 --- a/lib/tasks/gitlab/info.rake +++ b/lib/tasks/gitlab/info.rake @@ -40,8 +40,8 @@ namespace :gitlab do puts "" puts "GitLab information".yellow - puts "Version:\t#{Gitlab::Version}" - puts "Revision:\t#{Gitlab::Revision}" + puts "Version:\t#{Gitlab::VERSION}" + puts "Revision:\t#{Gitlab::REVISION}" puts "Directory:\t#{Rails.root}" puts "DB Adapter:\t#{database_adapter}" puts "URL:\t\t#{Gitlab.config.gitlab.url}" |
