Skip to content

Commit

Permalink
Fix #515
Browse files Browse the repository at this point in the history
  • Loading branch information
guysoft committed Apr 19, 2018
1 parent 8a006d1 commit 513f914
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/octopi/config
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@

# yq
[ -n "$OCTOPI_YQ_DOWNLOAD" ] || OCTOPI_YQ_DOWNLOAD=$(wget -q -O - https://api.github.com/repos/mikefarah/yq/releases/latest | grep "browser_download_url" | grep "yq_linux_arm" | cut -d : -f 2,3 | tr -d \" | tr -d ,)

[ -n "$OCTOPI_COMMIT" ] || OCTOPI_COMMIT=`pushd "${DIST_PATH}" > /dev/null ; git rev-parse HEAD ; popd > /dev/null`

0 comments on commit 513f914

Please sign in to comment.