Skip to content

Commit f4bf8d9

Browse files
authored
Apply suggestion from @chalmerlowe
1 parent b399688 commit f4bf8d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.kokoro/system.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ run_package_test() {
6464
local gcloud_config_dir=$(mktemp -d -t "gcloud-config-${package_name}-XXXXXX")
6565
local CLOUDSDK_CONFIG="${gcloud_config_dir}"
6666

67-
# 🪤 TRAP: Ensure cleanup of THIS specific temp dir on exit of this subshell
67+
# 🪤 TRAP: Ensure cleanup of THIS specific temp dir on exit of this subshell.
6868
trap 'rm -rf "$gcloud_config_dir"' EXIT
6969

7070

0 commit comments

Comments
 (0)