Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-timothy-albert committed Nov 7, 2024
1 parent 23ef50b commit e90b683
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion internal/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func GetSupportedLanguages() []string {
return supportedTargets
}
}

return defaultSupportedTargets
}

Expand Down
1 change: 0 additions & 1 deletion internal/git/git_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ func TestArtifactMatchesRelease(t *testing.T) {
goarch: "amd",
want: false,
},

}

for _, tt := range tests {
Expand Down

0 comments on commit e90b683

Please sign in to comment.