Skip to content

Commit c2a542d

Browse files
committed
Use single quotes
1 parent b4ccd4a commit c2a542d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/gitlab_projects.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def add_project
9595
end
9696

9797
def list_projects
98-
$logger.info "Listing projects"
98+
$logger.info 'Listing projects'
9999
Dir.chdir(repos_path) do
100100
next Dir.glob('**/*.git')
101101
end

0 commit comments

Comments
 (0)