From c1a2b3e88ac33a5c6ed6e753f3e991ae9fafd2e7 Mon Sep 17 00:00:00 2001 From: Fabien Villepinte Date: Mon, 11 Jan 2021 22:27:58 +0100 Subject: [PATCH] Fix formatting in README (#322) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2a63755..5bb6d0a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ BlackBox [![CircleCI](https://circleci.com/gh/StackExchange/blackbox.svg?style=shield)](https://circleci.com/gh/StackExchange/workflows/blackbox) [![Build Status](https://github.com/StackExchange/blackbox/workflows/build/badge.svg)](https://github.com/StackExchange/blackbox/actions?query=workflow%3Abuild+branch%3Amaster) - ======== Safely store secrets in a VCS repo (i.e. Git, Mercurial, Subversion or Perforce). These commands make it easy for you to Gnu Privacy Guard (GPG) encrypt specific files in a repo so they are "encrypted at rest" in your repository. However, the scripts make it easy to decrypt them when you need to view or edit them, and decrypt them for use in production. Originally written for Puppet, BlackBox now works with any Git or Mercurial repository.