Skip to content

Commit

Permalink
Update conda_forge_tick/auto_tick.py
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Sep 7, 2024
1 parent 2e86fdb commit 6092efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_forge_tick/auto_tick.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def run(
# something went wrong during forking or cloning
return False, False

# feedstock_dir must be absolute
# feedstock_dir must be an absolute path
migration_run_data = run_migration(
migrator=migrator,
feedstock_dir=str(context.local_clone_dir.resolve()),
Expand Down

0 comments on commit 6092efa

Please sign in to comment.