We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f81cd03 commit db05b55Copy full SHA for db05b55
src/Commands/GenTx.hs
@@ -50,7 +50,7 @@ genTxCommand e args = do
50
51
githubFile :: Env -> GitHubTemplate -> IO (Either String Text)
52
githubFile e ght = do
53
- let repos = fromMaybe (["kadena-io/txlib"]) $ (fmap (:[]) (_ght_templateRepo ght) <|> _configData_txRepos (_env_configData e))
+ let repos = fromMaybe (["kda-community/txlib"]) $ (fmap (:[]) (_ght_templateRepo ght) <|> _configData_txRepos (_env_configData e))
54
tpl = _ght_templateName ght
55
mkUrl repo = printf "https://raw.githubusercontent.com/%s/master/%s.ktpl" repo tpl
56
go repo = do
0 commit comments