Skip to content

Commit

Permalink
fix: futa source
Browse files Browse the repository at this point in the history
  • Loading branch information
doomsower committed Jan 5, 2025
1 parent 3885e36 commit 0e931db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/futa/descriptor.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ var Descriptor = &core.ScriptDescriptor{
return &optionsFuta{}
},
Factory: func(name string, options interface{}) (core.Script, error) {
return &scriptFuta{name: name, dataURL: "http://www.chfutaleufu.com.ar/serv/bdatos/hoyweb.txt"}, nil
return &scriptFuta{name: name, dataURL: "https://www.chfutaleufu.com.ar/serv/bdatos/hoyweb.txt"}, nil
},
}

0 comments on commit 0e931db

Please sign in to comment.