Skip to content

Commit cc4830b

Browse files
Fix sha256sums file format
1 parent 1ae7dc0 commit cc4830b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasker_config_utils

+2-2
Original file line numberDiff line numberDiff line change
@@ -1883,8 +1883,8 @@ tasker_config_utils_generate_config_info() {
18831883
fi
18841884

18851885
exported_tasker_config_sha256sums_output=""
1886-
exported_tasker_config_sha256sums_output+="$exported_tasker_config_sha256sum_value $exported_tasker_config_basename"$'\n'
1887-
exported_tasker_config_sha256sums_output+="$exported_tasker_config_info_sha256sum_value $exported_tasker_config_info_basename"
1886+
exported_tasker_config_sha256sums_output+="$exported_tasker_config_sha256sum_value $exported_tasker_config_basename"$'\n'
1887+
exported_tasker_config_sha256sums_output+="$exported_tasker_config_info_sha256sum_value $exported_tasker_config_info_basename"
18881888

18891889

18901890
tasker_config_utils_log 1 "Creating config sha256sums file at \"$exported_tasker_config_sha256sums\""

0 commit comments

Comments
 (0)