Skip to content

Commit aac51a0

Browse files
committed
removing trailing whitespace causing errors in github tests
1 parent 8a3203d commit aac51a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plans/migrate.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
# pre-migration checks
1313
peadm::assert_supported_bolt_version()
1414
peadm::assert_supported_pe_version($pe_version, $permit_unsafe_versions)
15-
15+
1616
$all_hosts = peadm::flatten_compact([
1717
$old_primary_host,
1818
$new_primary_host,
1919
])
2020
run_command('hostname', $all_hosts) # verify can connect to targets
21-
21+
2222
# verify the cluster we are migrating from is operational and is a supported architecture
2323
$cluster = run_task('peadm::get_peadm_config', $targets).first.value
2424
$error = getvar('cluster.error')

0 commit comments

Comments
 (0)