Skip to content

Commit

Permalink
Update src/cmd/zarf_tools.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kit Patella <[email protected]>
  • Loading branch information
AustinAbro321 and mkcp authored Jan 24, 2025
1 parent f677318 commit f78df60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/zarf_tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ type credentialInfo struct {
}

// TODO Zarf state should be changed to have empty values when a service is not in use
// Once this change this function should check if the git server, artifact server, or registry server
// Once this change is in place, this function should check if the git server, artifact server, or registry server
// information is empty and avoid printing that service if so
func printCredentialTable(state *types.ZarfState, outputFormat outputFormat, out io.Writer) error {
var credentials []credentialInfo
Expand Down

0 comments on commit f78df60

Please sign in to comment.