Add a header on Kookfiles.
This commit is contained in:
parent
841cde2dc2
commit
93be352501
1 changed files with 2 additions and 0 deletions
|
@ -170,6 +170,8 @@ module Kook
|
|||
project_file = File.join project_data.path, "Kookfile"
|
||||
|
||||
File.open(project_file, "w") do |file|
|
||||
file.puts "# This file was generated by Kook #{VERSION}"
|
||||
file.puts "# You can get it at https://github.com/glenux/kook"
|
||||
file.write project_data.to_hash.to_yaml
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue