Skip to content

Commit d1e474c

Browse files
committed
fix syntax error
Signed-off-by: Kareem Farid <[email protected]>
1 parent 8cb15b6 commit d1e474c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ install-frigate:
7070
MAKE_DIR="$(PWD)"; \
7171
echo "Updating $(FRIGATE_ROOT)"; \
7272
cd $(FRIGATE_ROOT) && \
73-
git checkout $(FRIGATE_BRANCH) && git pull && \
73+
git checkout $(FRIGATE_BRANCH) && git pull
7474
else \
7575
echo "Cloning $(FRIGATE_REPO_URL) -b $(FRIGATE_BRANCH)"; \
7676
git clone -b $(FRIGATE_BRANCH) $(FRIGATE_REPO_URL) $(FRIGATE_ROOT) --depth=1 --single-branch; \

0 commit comments

Comments
 (0)