Commit b4537bf0 authored by Douwe Maan's avatar Douwe Maan

Remove redundant `|| false`

parent 6d7ccca3
......@@ -137,7 +137,7 @@ class GitlabProjects
timeout = (ARGV.shift || 120).to_i
# fetch with --force ?
forced = (ARGV.shift == '--force' || false)
forced = (ARGV.shift == '--force')
$logger.info "Fetching remote #{@name} for project #{@project_name}."
cmd = %W(git --git-dir=#{full_path} fetch #{@name} --tags)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment