Skip to content

Commit b2644ff

Browse files
authored
Update _repo_utils.py
1 parent cf54fe9 commit b2644ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github_deploy/commands/_repo_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ async def upload_content(
7575
if current_content == base64_content:
7676
click.echo(
7777
click.style(
78-
f"Skipping {source} to {repo}/{dest}: No changes detected.",
78+
f"Skipped uploading {source} to {repo}/{dest}: No changes detected.",
7979
fg="yellow",
8080
bold=True,
8181
)

0 commit comments

Comments
 (0)