Skip to content

Commit

Permalink
name updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Apr 22, 2024
1 parent bd5938c commit f3dd74f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 74 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This workflow is used to build releases
# It can also be called by other workflows to reuse the release flow.
name: BoxLang PostgreSQL Release
name: BoxLang MariaDB Release

on:
# If you push to main this will trigger a stable release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: BoxLang PostgreSQL Snapshots
name: BoxLang MariaDB Snapshots

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: BoxLang PostgreSQL Test Suites
name: BoxLang MariaDB Test Suites

# We are a reusable Workflow only
on:
Expand Down
70 changes: 0 additions & 70 deletions src/build/SetupTemplate.cfc

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ public String buildConnectionURL( DatasourceConfig config ) {
)
);
}
// Append the : to the protocol if it exists

// Append the : to the protocol if it exists
if ( protocol.length() > 0 ) {
protocol += ":";
}
Expand Down

0 comments on commit f3dd74f

Please sign in to comment.