Commit 2b4a7533 authored by clarkda's avatar clarkda

Typo

parent 541970d6
......@@ -26,7 +26,7 @@ module Pod
super
help! "A name for the Pod is required." unless @name
help! "The Pod name cannot contain spaces." if @name.match(/\s/)
help! "The Pod name cannot begin with a '.'" if @name[0 ,1] == '.'
help! "The Pod name cannot begin with a '.'" if @name[0, 1] == '.'
end
def run
......
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