From 38073befe13d748c8c8a262745723c183268c258 Mon Sep 17 00:00:00 2001 From: Belinda Liu Date: Tue, 8 Dec 2020 20:30:13 +0000 Subject: [PATCH] Rename bosh lite roundup script to roundup_bosh_lites Co-authored-by: Belinda Liu Co-authored-by: Teal Stannard --- lib/misc.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/misc.bash b/lib/misc.bash index a3f395e..1d3f457 100644 --- a/lib/misc.bash +++ b/lib/misc.bash @@ -17,7 +17,7 @@ function g() { # Misc aliases alias cfu="seed_users" -alias where_my_bosh_lites_at="print_env_info" +alias roundup_bosh_lites="print_env_info" alias bosh_lites="print_env_info" alias yamlvim="vim -c 'set syntax=yaml'"