Skip to content

Commit

Permalink
fixed issue #105
Browse files Browse the repository at this point in the history
Signed-off-by: Srishti-j18 <srishti33164jaiswal@gmail.com>
  • Loading branch information
Srishti-j18 committed Feb 2, 2024
1 parent cd45bc1 commit 9e9f7fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/bash-script/bash-script-buildpack/bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ cat >> "${layers_dir}/launch.toml" <<EOL
[[processes]]
type = "web"
command = ["./app.sh"]
default = "true"
EOL

# LIST CONTENTS
Expand Down
2 changes: 1 addition & 1 deletion apps/batch-script/batch-script-buildpack/bin/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set layers_dir=%1
echo [[processes]] >> %layers_dir%\launch.toml
echo type = "web" >> %layers_dir%\launch.toml
echo command = ["app.bat"] >> %layers_dir%\launch.toml
default = true
echo default = "true" >> %layers_dir%\launch.toml

:: LIST CONTENTS
echo --- Hello Batch Script buildpack
Expand Down

0 comments on commit 9e9f7fa

Please sign in to comment.