fix path to INFRA_VERSION

This commit is contained in:
Girish Ramakrishnan
2016-05-05 18:37:17 -07:00
parent 325252699e
commit 496e1c3dc1
2 changed files with 2 additions and 2 deletions

View File

@@ -138,7 +138,7 @@ while true; do
done
echo "Copying INFRA_VERSION"
$scp22 "${SCRIPT_DIR}/../setup/INFRA_VERSION" root@${server_ip}:.
$scp22 "${SCRIPT_DIR}/../src/INFRA_VERSION" root@${server_ip}:.
echo "Copying box source"
cd "${SOURCE_DIR}"