Skip to content

Commit 75f7ff5

Browse files
authored
Merge pull request git#1175 from git/pedrorijo91-patch-2
Fix const reference
2 parents 49c8b1c + c8bf056 commit 75f7ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/doc_controller.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class DocController < ApplicationController
66
before_filter :set_book, only: [:index]
77

88
def index
9-
@videos = VIDEOS
9+
@videos = Gitscm::VIDEOS
1010
end
1111

1212
def ref

0 commit comments

Comments
 (0)