Skip to content

Commit e3061e3

Browse files
committed
Fix syntax
1 parent 155f82b commit e3061e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: group_vars/all

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ rvm1_install_path: "/home/{{ deploy_user }}/.rvm"
1212

1313
phusion_ruby_path: "/home/{{ deploy_user }}/.rvm/wrappers/{{ruby_version}}/ruby"
1414
s3_db_backup_location: s3://{{ app_name }}/db_backups
15-
letsencrypt_use_live_ca=true # If true, will use the Live Let's Encrypt ACME servers; otherwise will use staging server
15+
letsencrypt_use_live_ca: true # If true, will use the Live Let's Encrypt ACME servers; otherwise will use staging server

0 commit comments

Comments
 (0)