third run of json support...
This commit is contained in:
		@@ -297,7 +297,7 @@ add_interests_section()
 | 
				
			|||||||
      "keywords": [$(echo "$keywords" | sed 's/;/","/g' | sed 's/^/"/;s/$/"/')]
 | 
					      "keywords": [$(echo "$keywords" | sed 's/;/","/g' | sed 's/^/"/;s/$/"/')]
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
EOF
 | 
					EOF
 | 
				
			||||||
  done < $JSON_TEMPLATE_DIRECTORY\interests.csv
 | 
					  done < $JSON_TEMPLATE_DIRECTORY/interests.csv
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # Remove trailing comma and close JSON array
 | 
					  # Remove trailing comma and close JSON array
 | 
				
			||||||
  sed -i '$ s/},/}/' $BUILD_OUTPUT_DIR/resume.json
 | 
					  sed -i '$ s/},/}/' $BUILD_OUTPUT_DIR/resume.json
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user