Skip to content

Commit 4b52142

Browse files
author
Néstor Salceda
committed
Fix spaces between equals
1 parent 8424cc9 commit 4b52142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubectl-capture

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ EOF
157157
}
158158

159159
function wait_until_finished() {
160-
local time_spent_building_sysdig_module = 60
160+
local time_spent_building_sysdig_module=60
161161
sleep ${capture_duration}
162162
sleep ${time_spent_building_sysdig_module}
163163
while [[ ! -e .finished ]]; do

0 commit comments

Comments
 (0)