Fix typo in spacer declaration

This commit is contained in:
Steven Silvester
2014-08-31 11:03:30 -05:00
parent e8987b582f
commit e8e23fa154
+1 -1
View File
@@ -22,7 +22,7 @@ virtualenv:
before_install:
- export DISPLAY=:99.0
- export SPACER = "\n\n\n\n\n\n\n\n\n\n*************************\n\n"
- export SPACER="\n\n\n\n\n\n\n\n\n\n*************************\n\n"
- sh -e /etc/init.d/xvfb start
- sudo apt-get update