Unverified Commit df7a3621 authored by Victor Engmark's avatar Victor Engmark
Browse files

jekyll: Use idiomatic lowercase un-exported variable

parent 27312ae2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,10 +3,10 @@

set -o errexit -o nounset

BASEDIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
script_dir=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)

for directory in "basic" "full"; do
  pushd "$BASEDIR/$directory"
  pushd "$script_dir/$directory"
  rm -f Gemfile.lock gemset.nix
  BUNDLE_FORCE_RUBY_PLATFORM=true bundix --magic
  rm -rf .bundle vendor