We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1e474c commit ea6915aCopy full SHA for ea6915a
Makefile
@@ -70,7 +70,7 @@ install-frigate:
70
MAKE_DIR="$(PWD)"; \
71
echo "Updating $(FRIGATE_ROOT)"; \
72
cd $(FRIGATE_ROOT) && \
73
- git checkout $(FRIGATE_BRANCH) && git pull
+ git checkout $(FRIGATE_BRANCH) && git pull; \
74
else \
75
echo "Cloning $(FRIGATE_REPO_URL) -b $(FRIGATE_BRANCH)"; \
76
git clone -b $(FRIGATE_BRANCH) $(FRIGATE_REPO_URL) $(FRIGATE_ROOT) --depth=1 --single-branch; \
0 commit comments