Skip to content

Commit

Permalink
Merge branch 'DAT-10419' into DAT-10586
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMassaro committed Jun 22, 2022
2 parents 0f32b7b + 6a76491 commit f3c6409
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
public class LicenseServiceUtils {

public static final String TRIAL_LICENSE_URL = "https://liquibase.com/trial";
public static final String BASE_INVALID_LICENSE_MESSAGE = "Using '%s' requires a valid Liquibase Pro or Labs license. Get a free license key at " + TRIAL_LICENSE_URL + ".";
private static final String BASE_INVALID_LICENSE_MESSAGE = "Using '%s' requires a valid Liquibase Pro or Labs license. Get a free license key at " + TRIAL_LICENSE_URL + ".";

/**
* Check for a Liquibase Pro License.
Expand Down

0 comments on commit f3c6409

Please sign in to comment.