Skip to content

Commit

Permalink
Changed default MainSrc in 'boss init -q' command
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciussanchez committed Feb 21, 2023
1 parent db8684d commit da632c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func doInitialization(quiet bool) {
if quiet {
pkgJson.Name = folderName
pkgJson.Version = "1.0.0"
pkgJson.MainSrc = "./"
pkgJson.MainSrc = "./src"
} else {
pkgJson.Name = getParamOrDef("Package name ("+folderName+")", folderName)
pkgJson.Homepage = getParamOrDef("Homepage", "")
Expand Down

0 comments on commit da632c8

Please sign in to comment.