Sha256: d7c1aff1ec57edc18d979dbcd9a6cd3f1cf5843ca636c8cc47bd13069b2c6ddc

Contents?: true

Size: 254 Bytes

Versions: 6

Compression:

Stored size: 254 Bytes

Contents

#!/bin/bash

PROJECT_DIR=$(dirname "$0")/..
BRANCH=$(git branch | grep "^*" | cut -d" " -f2 | head -1)

bundle exec knife cookbook github install --config "${PROJECT_DIR}/.chef/knife.rb" --branch ${BRANCH} --cookbook-path "${PROJECT_DIR}/cookbooks" "$@"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
elzar-0.2.0 lib/elzar/templates/script/install_cookbook
elzar-0.1.2 lib/elzar/templates/script/install_cookbook
elzar-0.1.1 lib/elzar/templates/script/install_cookbook
elzar-0.1.0 lib/elzar/templates/script/install_cookbook
elzar-0.0.2 lib/elzar/templates/script/install_cookbook
elzar-0.0.1 script/install_cookbook