Fixed variable misname.

This commit is contained in:
Storm Dragon 2017-08-31 21:41:39 -04:00
parent 3dbef0ea1c
commit eb5e479613
1 changed files with 1 additions and 1 deletions

2
bb.sh
View File

@ -29,7 +29,7 @@ global_variables() {
# Blog title
global_title="My blog"
# The typical subtitle for each blog
global_description=" blog powered by ${software_name^}"
global_description=" blog powered by ${global_software_name^}"
# The public base URL for this blog
global_url="http://example.com/blog"