Skip to content

Commit

Permalink
update host
Browse files Browse the repository at this point in the history
  • Loading branch information
mfenner committed Feb 11, 2025
1 parent 96a1929 commit b139164
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
// rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{
Use: "commonmeta",
Version: "v0.6.46",
Version: "v0.6.47",
Short: "Convert scholarly metadata from one format to another",
Long: `Convert scholarly metadata between formats. Currently
supported input formats are Crossref and DataCite DOIs, currently
Expand Down
2 changes: 1 addition & 1 deletion roguescholar/roguescholar.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

// UpdateLegacyRecord updates a record in Rogue Scholar legacy database.
func UpdateLegacyRecord(record commonmeta.APIResponse, legacyKey string, field string) (commonmeta.APIResponse, error) {
var legacyHost = "zggonsjmmfozmfxlrjmg.supabase.co"
var legacyHost = "bosczcmeodcrajtcaddf.supabase.co"

if legacyKey == "" {
return record, fmt.Errorf("no legacy key provided")
Expand Down

0 comments on commit b139164

Please sign in to comment.