From 32ae04672a62cdf265aac1fd3b7116e4eeba8bbc Mon Sep 17 00:00:00 2001 From: Jake Ireland Date: Mon, 26 Sep 2022 15:26:54 +1300 Subject: [PATCH] Fix CI badge to correctly reference the present repository --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e6323d7..feaa34a 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,10 @@ [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://jakewilliami.github.io/HiddenFiles.jl/dev) -[![CI](https://github.com/invenia/PkgTemplates.jl/workflows/CI/badge.svg)](https://github.com/jakewilliami/HiddenFiles.jl/workflows/CI/badge.svg) +[![CI](https://github.com/jakewilliami/HiddenFiles.jl/workflows/CI/badge.svg?branch=master)](https://github.com/jakewilliami/HiddenFiles.jl/workflows/CI/badge.svg?branch=master) [![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle) + A simple tool to determine if a file directory is hidden. Works on any™ file system! ## Quick Start