Skip to content

Commit

Permalink
chore: なくても動くようになってた
Browse files Browse the repository at this point in the history
  • Loading branch information
mikutas committed Dec 9, 2024
1 parent b5dff4e commit 79dd1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/zsh/aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function l5d-setup() {
function renovate() {
set -x
args=$@
docker run --rm -it -v $(pwd):/usr/src/app renovate/renovate:39.57.2 sh -c "git config --global --add safe.directory /usr/src/app/renovate/repos/github/$1 && curl -sfL https://direnv.net/install.sh | bash && direnv allow . && direnv exec . renovate $args"
docker run --rm -it -v $(pwd):/usr/src/app renovate/renovate:39.57.2 sh -c "curl -sfL https://direnv.net/install.sh | bash && direnv allow . && direnv exec . renovate $args"
}

function renovate-config-validator() {
Expand Down

0 comments on commit 79dd1dd

Please sign in to comment.