Skip to content

Commit db05b55

Browse files
committed
Update template repos
1 parent f81cd03 commit db05b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/GenTx.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ genTxCommand e args = do
5050

5151
githubFile :: Env -> GitHubTemplate -> IO (Either String Text)
5252
githubFile e ght = do
53-
let repos = fromMaybe (["kadena-io/txlib"]) $ (fmap (:[]) (_ght_templateRepo ght) <|> _configData_txRepos (_env_configData e))
53+
let repos = fromMaybe (["kda-community/txlib"]) $ (fmap (:[]) (_ght_templateRepo ght) <|> _configData_txRepos (_env_configData e))
5454
tpl = _ght_templateName ght
5555
mkUrl repo = printf "https://raw.githubusercontent.com/%s/master/%s.ktpl" repo tpl
5656
go repo = do

0 commit comments

Comments
 (0)