Typo in CI script.

This commit is contained in:
Tom Robinson
2010-03-09 16:07:39 -08:00
parent 4b1bf1fe65
commit bd21153300
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash
project_home="$(dirname "$PWD")"
extras = "$project_home/ci-extra.sh"
extras="$project_home/ci-extra.sh"
export PATH="$HOME/narwhal/bin:$PATH"
export CAPP_AUTO_UPGRADE="yes"