Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
update2
Browse files Browse the repository at this point in the history
  • Loading branch information
nitro-neal committed Aug 22, 2024
1 parent 3e52886 commit 112428c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reports/sdks.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func GetAllReports() ([]Report, error) {
fmt.Println("No Test Vector Suites found.")
}

err = CheckSubmoduleStatus(context.Background())
err = CheckSubmoduleStatus2(context.Background())
if err != nil {
fmt.Println("Error checking submodule status: %v", err)
}
Expand Down

0 comments on commit 112428c

Please sign in to comment.