Skip to content

Commit 47aad3b

Browse files
committed
Modifies sync-time in makefile
1 parent b305eba commit 47aad3b

File tree

5 files changed

+575
-16
lines changed

5 files changed

+575
-16
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ pre-commit-install: uv
2626
@$(UVX) pre-commit install > /dev/null
2727

2828
.PHONY: sync-time
29-
sync-time:
30-
$(UVX) sync-time
29+
sync-time: uv ## Syncs th time from your computer to the PROVES Kit board
30+
$(UVX) --from git+https://github.com/proveskit/[email protected] sync-time
3131

3232
.PHONY: fmt
3333
fmt: pre-commit-install ## Lint and format files

lib/pysquared/config/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)