Skip to content

Commit d9fa836

Browse files
committed
hah: when there is none, use the name Bakefile
1 parent 0bd2163 commit d9fa836

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,8 +410,8 @@ function bake_update () {
410410
}
411411

412412
function bake_create_bakefile () {
413-
if [ ! -e "$BAKEFILE" ]; then
414-
cat > "$BAKEFILE" <<END
413+
if [ ! -e "Bakefile" ]; then
414+
cat > "Bakefile" <<END
415415
#!/usr/bin/env bash
416416
417417
# bake_require github.com/kyleburton/bake-recipes/docker/docker.sh

0 commit comments

Comments
 (0)