Skip to content

Commit

Permalink
change alg names for attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
mangofeet committed May 9, 2024
1 parent 899f41c commit 28051ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/netspace.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ func generateCardNetspace(cardName string) error {
GridColor4: parseColor(gridColor4),
}

return generateCard(ns, printing, "NetSpace", "mangofeet")
return generateCard(ns, printing, "Netwalker", "mangofeet")
}
2 changes: 1 addition & 1 deletion cmd/techcircle.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ func generateCardTechcircle(cardName string) error {
AltColor4: parseColor(altColor4),
}

return generateCard(ns, printing, "TechCircle", "mangofeet")
return generateCard(ns, printing, "Netringer", "mangofeet")
}

0 comments on commit 28051ef

Please sign in to comment.