You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The task reference documentation, which very conveniently has the ability to copy the whole block of a task or shell script, is missing the shebang (#!) for all of the task sh files
To Reproduce
Steps to reproduce the behavior:
Go to the docs
Click on Task Reference
Pick any task and click on its Implementation
Do not see the shebangs present
Expected behavior
The shebangs will be present
Additional context
The code_snippet comments can be moved above the shebang to fix the problem. I will look into providing a PR fix.
The text was updated successfully, but these errors were encountered:
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.
The labels on this github issue will be updated when the story is started.
Describe the bug
The task reference documentation, which very conveniently has the ability to copy the whole block of a task or shell script, is missing the shebang (
#!
) for all of the task sh filesTo Reproduce
Steps to reproduce the behavior:
Implementation
Expected behavior
The shebangs will be present
Additional context
The
code_snippet
comments can be moved above the shebang to fix the problem. I will look into providing a PR fix.The text was updated successfully, but these errors were encountered: