diff --git a/open-in-idx-template/idx-template.nix b/open-in-idx-template/idx-template.nix index c9e17d1f4..175388779 100644 --- a/open-in-idx-template/idx-template.nix +++ b/open-in-idx-template/idx-template.nix @@ -16,9 +16,8 @@ # Create a secrets.properties file in the repo touch $WS_NAME/secrets.properties - - # Create a secrets.properties variable for each key type in the - local.defaults.properties file + + # Create a secrets.properties variable for each key type in local.defaults.properties while IFS= read -r line || [[ -n "$line" ]]; do # Check that an "=" exists in the line @@ -35,4 +34,4 @@ mv "$WS_NAME" "$out" ''; -} \ No newline at end of file +}