Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Sep 24, 2024
1 parent 3c33156 commit 79a0997
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions internal/super/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,12 +208,11 @@ func startInteractiveSetup(
return "", fmt.Errorf("failed to initialize configuration: %w", err)
}

// Generate standard cadence files & README.md
// cadence/contracts/DefaultContract.cdc
// cadence/scripts/DefaultScript.cdc
// cadence/transactions/DefaultTransaction.cdc
// cadence/tests/DefaultContract_test.cdc
// README.md
// Generate standard cadence files
// cadence/contracts/Counter.cdc
// cadence/scripts/GetCounter.cdc
// cadence/transactions/IncrementCounter.cdc
// cadence/tests/Counter_test.cdc

templates := []generator.TemplateItem{
generator.ContractTemplate{
Expand Down

0 comments on commit 79a0997

Please sign in to comment.