You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ga...@apache.org on 2015/06/04 08:32:59 UTC

[07/12] stratos git commit: fixing a naming issue in gce config.sh

fixing a naming issue in gce config.sh


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/48b9b860
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/48b9b860
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/48b9b860

Branch: refs/heads/master
Commit: 48b9b860aeb660411dbd29eec6b52a59ed1dc0eb
Parents: a6213ba
Author: asanka sanjaya <an...@gmail.com>
Authored: Wed Jun 3 11:24:35 2015 +0000
Committer: asanka sanjaya <an...@gmail.com>
Committed: Wed Jun 3 11:24:35 2015 +0000

----------------------------------------------------------------------
 tools/config-scripts/gce/config.sh | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/48b9b860/tools/config-scripts/gce/config.sh
----------------------------------------------------------------------
diff --git a/tools/config-scripts/gce/config.sh b/tools/config-scripts/gce/config.sh
index 71bdd27..40c9cdd 100644
--- a/tools/config-scripts/gce/config.sh
+++ b/tools/config-scripts/gce/config.sh
@@ -91,7 +91,6 @@ if [[ $answer = y ]] ; then
 	ARGS=("-n${NODEID}" "-d${DOMAIN}" "-s${PUPPET_IP}")
 	${ECHO} "\nRunning puppet installation with arguments: ${ARGS[@]}"
 	/root/bin/puppetinstall/puppetinstall "${ARGS[@]}"
-
 	if [ -e ${LOCKFILE} ]; then
 	${RM} ${LOCKFILE}
 	fi