Skip to content

Commit f35fdb0

Browse files
SpiritedswordsmanSpiritedswordsman
authored andcommitted
removed extra bin/bash line (#7603)
# What changes were proposed in this pull request? This pull request removes extra #!/bin/bash line from the trino-connector/integration-test/trino-test-tools/download_jar.sh file. Closes #7587 Co-authored-by: Spiritedswordsman <[email protected]>
1 parent 2ba5865 commit f35fdb0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

trino-connector/integration-test/trino-test-tools/download_jar.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
# under the License.
1919

2020
set -e
21-
#!/bin/bash
2221

2322
# Function to download a JAR file if it does not already exist
2423
download_jar() {

0 commit comments

Comments
 (0)