Skip to content

Commit 17128a2

Browse files
committed
fix: final space after ! in test-rollback-procedures-fixed.sh
1 parent b8b9c88 commit 17128a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test-rollback-procedures-fixed.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ phase4_remigrate_to_approle() {
594594
fi
595595

596596
log_step "Restarting services with AppRole..."
597-
if !../devstack restart; then
597+
if ! ../devstack restart; then
598598
log_fail "Failed to restart services"
599599
return 1
600600
fi

0 commit comments

Comments
 (0)