Skip to content

Commit

Permalink
rename tag value to yes
Browse files Browse the repository at this point in the history
  • Loading branch information
Szpadel committed May 6, 2020
1 parent fa7ae6c commit e99512e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {exactTag, except, flatten, instanceAge, namedTag, instanceState} from 'u
import {EC2Facade} from './ec2-facade';

const cronTagName = 'Cron';
const cronTagValue = 'Present';
const cronTagValue = 'yes';

class CreateTags {
private project: string;
Expand Down

0 comments on commit e99512e

Please sign in to comment.