Skip to content

Commit e5d2574

Browse files
Fix shellcheck warnings
1 parent 28b1f27 commit e5d2574

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/operator-binary/src/controller/build/scripts/update-security-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function symlink_config_files () {
8585
do
8686
ln --force --symbolic \
8787
"$SECURITY_CONFIG_DIR/$filetype/${CONFIG_FILENAME[$filetype]}" \
88-
"$(config_file $filetype)"
88+
"$(config_file "$filetype")"
8989
done
9090
}
9191

0 commit comments

Comments
 (0)