Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
fix devsds syntax error
  • Loading branch information
hirokikmr committed Feb 6, 2019
1 parent 4accca7 commit b03a7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/devsds/lib/keystone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ osds::keystone::cleanup() {
}

osds::keystone::uninstall(){
if [ "true" != $USE_EXISTING_KEYSTONE]
if [ "true" != $USE_EXISTING_KEYSTONE ]
then
su $STACK_USER_NAME -c ${DEV_STACK_DIR}/unstack.sh
else
Expand Down

0 comments on commit b03a7b8

Please sign in to comment.