Skip to content

Commit e99512e

Browse files
committed
rename tag value to yes
1 parent fa7ae6c commit e99512e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {exactTag, except, flatten, instanceAge, namedTag, instanceState} from 'u
44
import {EC2Facade} from './ec2-facade';
55

66
const cronTagName = 'Cron';
7-
const cronTagValue = 'Present';
7+
const cronTagValue = 'yes';
88

99
class CreateTags {
1010
private project: string;

0 commit comments

Comments
 (0)