From 9dcf69a5264e396efb1b17603f1fd9a9a316a679 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Sat, 22 Jul 2017 00:07:34 -0700 Subject: [PATCH] fixed typo --- bin/dots.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dots.rb b/bin/dots.rb index 0ab70d6..aa3aef9 100755 --- a/bin/dots.rb +++ b/bin/dots.rb @@ -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