File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 88
88
...
89
89
` ` `
90
90
91
-
92
91
# # Troubleshooting and FAQs
93
92
< details>
94
93
< summary> Why isn' t my script appearing in Raycast?</summary>
95
94
96
-
97
95
* Ensure the filename doesn' t contain ` .template.` string
98
96
* Check that all required metadata parameters are provided. See the table above which parameters are required.
99
97
* Ensure you use either ` # ` or `//` comments for metadata parameters
@@ -103,12 +101,10 @@ else
103
101
< details>
104
102
< summary> Why isn' t my Shell script working?</summary>
105
103
106
-
107
104
* Ensure the filename doesn' t contain ` .template.` string
108
105
* Run your code through [ShellCheck](https://www.shellcheck.net/) to check for syntax errors or unexpected characters
109
106
< /details>
110
107
111
-
112
108
< details>
113
109
< summary> Can I build in a non-login shell? < /summary>
114
110
You can’t perform that action at this time.
0 commit comments