Skip to content
This repository has been archived by the owner on Apr 7, 2018. It is now read-only.

Commit

Permalink
Get rid of warnings about defined constant
Browse files Browse the repository at this point in the history
Close #71
  • Loading branch information
mhenrixon authored and Aaron Baer committed Feb 12, 2016
1 parent 0d5b6ce commit 1a04618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/omnitrucker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class << self
:p => :platform, :pv => :platform_version, :m => :machine,
:v => :version, :prerelease => :prerelease,
:nightlies => :nightlies
}
} unless defined?(URL_MAP)

def build_url(*opts)
args = node = nil
Expand Down

0 comments on commit 1a04618

Please sign in to comment.