Skip to content

Commit 1e021d5

Browse files
committed
Add other color
1 parent 341f1bd commit 1e021d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def diff():
120120
if path.exists(path.join(cwd, ".kst-git", "copy")):
121121
shutil.rmtree(path.join(cwd, ".kst-git", "copy"), ignore_errors=True)
122122
# pull from server
123-
click.echo("Downloading server version...")
123+
click.echo("Downloading server version...", color="yellow")
124124
client.download_directory(repo_config["path"], path.join(cwd, ".kst-git", "copy"))
125125
click.echo("Comparing local changes...")
126126

0 commit comments

Comments
 (0)