Skip to content

Commit

Permalink
Some small fixes on qrepo.json initialization.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Jan 21, 2024
1 parent 46d5e26 commit 4284e19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ func InitRepo() {

generated := "{\n\t\"name\": \"" + projectName + "\"," +
"\n\t\"author\": \"" + projectAuthor + "\"," +
"\n\t\"version\": \"" + projectVersion + "\"," +
"\n\t\"description\": \"" + projectDesc + "\"," +
"\n\t\"git\": \"" + gitOrigin + "\"," +
"\n\t\"scripts\": {\n\t\t\"test\": [\"echo No test specified.\"]\n\t}" +
Expand Down

0 comments on commit 4284e19

Please sign in to comment.