updateSourceWithId(file, argv.projectId)
        .then(() => {
            console.info("Project source with ID: " + argv.projectId + " was updated.");
            done();
        })