Skip to content

Commit 979e265

Browse files
committed
redeploy
1 parent 0d55403 commit 979e265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ide/deploy/watch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def check_and_deploy(change):
4646
deploy(src)
4747

4848
async def redeploy():
49-
print("> Redeploy:")
49+
print("> Watching:")
5050
iterator = watchfiles.awatch("packages", recursive=True)
5151
async for changes in iterator:
5252
for change in changes:

0 commit comments

Comments
 (0)