fixed typo

This commit is contained in:
Gene Liverman 2017-07-22 00:07:34 -07:00
parent 4e20085525
commit 9dcf69a526
No known key found for this signature in database
GPG key ID: DF2861847B55C749

View file

@ -29,7 +29,7 @@ elsif OS.mac?
@files_copy.concat Dir.glob("#{@dotroot}/copy/mac/*")
@files_link.concat Dir.glob("#{@dotroot}/link/mac/*")
elsif OS.liux?
elsif OS.linux?
puts 'It seems you are on Linux'
else