From c52b9cac6a2f90230d19837f410cea25734ba67a Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Sun, 31 Mar 2024 20:09:40 +0900 Subject: [PATCH] Update comment of `ubuntu.rake`. --- tasks/ubuntu.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/ubuntu.rake b/tasks/ubuntu.rake index 0a2cea7..657ab29 100755 --- a/tasks/ubuntu.rake +++ b/tasks/ubuntu.rake @@ -1,6 +1,6 @@ #!/usr/bin/env rake -desc 'Invoke itamae command for the first time' +desc 'Invoke itamae command for AWS Environment for the first time' task :ubuntu do node = `ls -1 nodes/*.json | xargs -I % basename % .json | fzf` node.chomp!