Skip to content

Commit

Permalink
To fast on the 🐾
Browse files Browse the repository at this point in the history
  • Loading branch information
Torbjørn Vatn committed Apr 27, 2021
1 parent 23a2a78 commit 89b7c34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion brokkr/brokkr.mk
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $(_BROKKR_PLUGINS_MK): $(_BROKKR_PLUGINS_SENTINEL)
url="https://raw.githubusercontent.com/$(BROKKR_REPO)/$${plugin_version}/plugins/$${plugin_path}.sh"; \
echo "Downloading $${url}"; \
curl --fail -s "$$url" -o $(_BROKKR_PLUGINS_DIR)/$${plugin_path}.sh; \
chmod -f +x $(_BROKKR_PLUGINS_DIR)/*.sh 2>/dev/null; \
chmod -f +x $(_BROKKR_PLUGINS_DIR)/$${plugin_path}*.sh 2>/dev/null; \
echo include $(_BROKKR_PLUGINS_DIR)/$${plugin_path}.mk >> $@; \
done

Expand Down
2 changes: 1 addition & 1 deletion plugins/github/github-deploy.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
AUTO_MERGE=true
define deploy
@echo Checking diff local against remote
$(dir $(abspath $(lastword $(MAKEFILE_LIST))))/github-deploy.sh \
$(dir $(abspath $(lastword $(MAKEFILE_LIST))))github-deploy.sh \
$(strip $1) \
${AUTO_MERGE} \
$(strip $(if $2, $2, deploy))
Expand Down

0 comments on commit 89b7c34

Please sign in to comment.