lib/souls/cli/gcloud/run/index.rb in souls-1.17.3 vs lib/souls/cli/gcloud/run/index.rb in souls-1.18.0
- old
+ new
@@ -1,5 +1,5 @@
-module Souls
+module SOULs
class CloudRun < Thor
desc "list", "Show Google Cloud Run List"
def list
system("gcloud run services list --platform managed")
end