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