Skip to content

Commit a422a70

Browse files
author
Jonathan shanks
authored
Merge pull request #2 from appvia/fix_readme
Updating readme for circleci badge
2 parents 7985053 + af00c7a commit a422a70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ workflows:
2626
version: 2
2727
run_release:
2828
jobs:
29-
- build:
29+
- build
3030
- release:
3131
filters:
3232
tags:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# aws_usersync
22

3-
[![Build_Status](https://circleci.com/gh/Appvia/aws_usersync.svg?style=svg)](https://circleci.com/gh/Appvia/aws_usersync)
3+
[![Build_Status](https://circleci.com/gh/appvia/aws_usersync.svg?style=svg)](https://circleci.com/gh/appvia/aws_usersync)
44

55
This is used for syncing users from AWS to the local machine as well as their user key. It runs as a daemon and polls with whatever interval you define. By default it is set to run only once and exit, but this can be overriden.
66

0 commit comments

Comments
 (0)