Skip to content

Commit

Permalink
Update Beefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmid committed May 14, 2024
1 parent a432a6b commit d6d4cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Beefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ BEE_PROJECT=bee
BEE_PLUGINS_PATHS=("${BEE_RESOURCES}/plugins")
BEE_PLUGINS=(release)

[[ -f ~/.bee/bee.bash ]] && source ~/.bee/bee.bash
bee::secrets() { [[ ! -f ~/.bee/secrets.bash ]] || source ~/.bee/secrets.bash; }

GITHUB_REPO="sschmid/${BEE_PROJECT}"
CHANGELOG_URL="https://github.com/${GITHUB_REPO}"

0 comments on commit d6d4cf3

Please sign in to comment.