From 5313a047f318a2a44f0377ee3d53067bbc05de36 Mon Sep 17 00:00:00 2001 From: Jeffrey Lau Date: Thu, 26 Sep 2019 23:25:24 +0800 Subject: [PATCH] Fix minor typo (#66) --- lib/bundix/source.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bundix/source.rb b/lib/bundix/source.rb index 34d7ca2..17012aa 100644 --- a/lib/bundix/source.rb +++ b/lib/bundix/source.rb @@ -134,7 +134,7 @@ def convert convert_path else pp spec - fail 'unkown bundler source' + fail 'unknown bundler source' end end