Skip to content

Commit

Permalink
Merge pull request #1413 from stepetal/master
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 authored May 2, 2024
2 parents 4d83bac + c8efe9d commit 4df84fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nbdev/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def nbdev_new(**kwargs):

_ORG_OR_USR = 'fastai'
_REPOSITORY = 'nbdev-template'
_TEMPLATE = f'{_ORG_OR_USR}/{_TEMPLATE}'
_TEMPLATE = f'{_ORG_OR_USR}/{_REPOSITORY}'
template = kwargs.get('template', _TEMPLATE)
try:
org_or_usr, repo = template.split('/')
Expand Down
2 changes: 1 addition & 1 deletion nbs/api/13_cli.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"\n",
" _ORG_OR_USR = 'fastai'\n",
" _REPOSITORY = 'nbdev-template'\n",
" _TEMPLATE = f'{_ORG_OR_USR}/{_TEMPLATE}'\n",
" _TEMPLATE = f'{_ORG_OR_USR}/{_REPOSITORY}'\n",
" template = kwargs.get('template', _TEMPLATE)\n",
" try:\n",
" org_or_usr, repo = template.split('/')\n",
Expand Down

0 comments on commit 4df84fa

Please sign in to comment.