Skip to content

Commit

Permalink
Remove hardcoded path from approve-lockfile-pr
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Oct 30, 2023
1 parent cfca9ab commit 8d09fe1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/approve-lockfile-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ file=/tmp/diff.txt

echo '```' > $file

script=~/Documents/github/oalders/diff-lockfiles/bin/diff-lockfiles.js
script=diff-lockfiles

node $script \
$script \
--format table \
"$remote"/main "$remote/$branch" >> /tmp/diff.txt

echo '```' >> $file

node $script \
$script \
--format table \
--color \
"$remote"/main "$remote/$branch"
Expand Down

0 comments on commit 8d09fe1

Please sign in to comment.