Skip to content

Commit

Permalink
fix: fix remote name in info message
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-monch committed Dec 13, 2024
1 parent f9e894e commit e6fb65f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion datalad_remake/utils/remake_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ def add_remake_remote(
dataset.repo.init_remote(auto_remote_name, options)
else:
logger.info(
'Found already existing `datalad-remake` remote in %s. '
'Found already existing `%s` remote in %s. '
'Leaving it unmodified, please check its configuration.',
auto_remote_name,
dataset_root,
)

Expand Down

0 comments on commit e6fb65f

Please sign in to comment.