# File lib/fastcst/command/finish.rb, line 16
16:         def validate
17:             valid? @repo_dir, "Could not find the repository directory"
18:             
19:             return @valid
20:         end