Skip to content

Commit a3c3d40

Browse files
JDDoesDevMike Madison
authored and
Mike Madison
committed
Fixing missing semi-colon at end of line. (acquia#3208)
1 parent 0f6984a commit a3c3d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/factory-hooks/post-install/post-install.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
$site = 'SANDBOX';
3030
$env = 'local';
31-
$uri = 'local.sandbox.com'
31+
$uri = 'local.sandbox.com';
3232

3333
// ACSF Database Role
3434
if (!empty($GLOBALS['gardens_site_settings']['conf']['acsf_db_name'])) {

0 commit comments

Comments
 (0)