Skip to content

Commit 6d2f72c

Browse files
Ayush JhaAyush Jha
authored andcommitted
feat(02-samples): remove unwanted cat/eof commands in the example file
1 parent 5474591 commit 6d2f72c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

02-samples/19-sre-incident-response-agent/.env.example

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
cat > 02-samples/19-sre-incident-response-agent/.env.example << 'EOF'
21
# AWS Configuration
32
AWS_REGION=us-east-1
43

@@ -11,5 +10,4 @@ DRY_RUN=true
1110

1211
# Optional: Slack Incoming Webhook URL for posting incident reports.
1312
# Leave blank to print the report to stdout instead.
14-
SLACK_WEBHOOK_URL=
15-
EOF
13+
SLACK_WEBHOOK_URL=

0 commit comments

Comments
 (0)