Skip to content

Commit c0e8c86

Browse files
committed
fix
1 parent 5745606 commit c0e8c86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ci/scripts/free-disk-space.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ printSavedSpace() {
3838

3939
# macro to print output of df with caption
4040
printDF() {
41-
local caption=$1
41+
local caption=${1}
4242

4343
printSeparationLine "="
4444
echo "${caption}"
@@ -62,8 +62,8 @@ removeDir() {
6262
}
6363

6464
execAndMeasureSpaceChange() {
65-
local operation=$1 # Function to execute
66-
local title=$2
65+
local operation=${1} # Function to execute
66+
local title=${2}
6767

6868
local before=$(getAvailableSpace)
6969
$operation

0 commit comments

Comments
 (0)