.projects trick

This commit is contained in:
Will Farrington
2012-11-02 11:54:41 -04:00
parent 9e9c8f16d4
commit aba4fb534d

View File

@@ -102,7 +102,10 @@ module Boxen
def process_args
projects = flags.args.join(',')
Facter.add('cli_boxen_projects') { setcode { projects } }
File.open("#{config.repodir}/.projects", "w+") do |f|
f.truncate 0
f.write projects
end
end
# Should the result of this run have any effect on GitHub issues?