We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bd2163 commit d9fa836Copy full SHA for d9fa836
bake
@@ -410,8 +410,8 @@ function bake_update () {
410
}
411
412
function bake_create_bakefile () {
413
- if [ ! -e "$BAKEFILE" ]; then
414
- cat > "$BAKEFILE" <<END
+ if [ ! -e "Bakefile" ]; then
+ cat > "Bakefile" <<END
415
#!/usr/bin/env bash
416
417
# bake_require github.com/kyleburton/bake-recipes/docker/docker.sh
0 commit comments