File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -388,8 +388,8 @@ impl Fixer {
388388 /// Create a file with template expansion
389389 ///
390390 /// Supports template variables:
391- /// - `{{REPO}} ` - Repository name
392- /// - `{{OWNER}} ` - Repository owner
391+ /// - `gitbot-fleet ` - Repository name
392+ /// - `hyperpolymath ` - Repository owner
393393 /// - `{{LICENSE}}` - License identifier
394394 /// - `{{YEAR}}` - Current year
395395 fn apply_create (
@@ -549,8 +549,8 @@ impl Fixer {
549549 let year = chrono:: Utc :: now ( ) . format ( "%Y" ) . to_string ( ) ;
550550
551551 content
552- . replace ( "{{REPO}} " , repo_name)
553- . replace ( "{{OWNER}} " , "hyperpolymath" )
552+ . replace ( "gitbot-fleet " , repo_name)
553+ . replace ( "hyperpolymath " , "hyperpolymath" )
554554 . replace ( "{{LICENSE}}" , "PMPL-1.0-or-later" )
555555 . replace ( "{{YEAR}}" , & year)
556556 . replace ( "{{AUTHOR}}" , "Jonathan D.A. Jewell" )
You can’t perform that action at this time.
0 commit comments