Skip to content

Commit

Permalink
move new vendored bins to etc/vendor dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielle Adams committed Mar 25, 2020
1 parent b9d7f9d commit 333fac6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/yarn2.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

YQ="$BP_DIR/vendor/yq-$(get_os)"
YQ="$BP_DIR/etc/vendor/yq-$(get_os)"

detect_yarn2() {
local uses_yarn="$1"
Expand Down

0 comments on commit 333fac6

Please sign in to comment.