Skip to content

Commit

Permalink
Testing script syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeenkhoorn committed Feb 13, 2023
1 parent 4532e64 commit 0537327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/liquibase/test.bat.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-->
<#if (container.liquibaseLauncher) >${container.liquibaseLauncher}<#else>${container.javaCmd} -jar ${container.liquibaseJarPath}</#if> --version
<#if (container.liquibaseLauncher) ??>${container.liquibaseLauncher}<#else>${container.javaCmd} -jar ${container.liquibaseJarPath}</#if> --version

2 changes: 1 addition & 1 deletion src/main/resources/liquibase/test.sh.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
-->

#!/bin/sh
<#if (container.liquibaseLauncher) >${container.liquibaseLauncher}<#else>${container.javaCmd} -jar ${container.liquibaseJarPath}</#if> --version
<#if (container.liquibaseLauncher) ??>${container.liquibaseLauncher}<#else>${container.javaCmd} -jar ${container.liquibaseJarPath}</#if> --version

0 comments on commit 0537327

Please sign in to comment.