Skip to content

Commit df69cde

Browse files
authored
Additional Renames to collector (#27)
1 parent 1b91b8d commit df69cde

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

utilities/collector-provisioning/.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ ehthumbs.db
4545
Thumbs.db
4646

4747
# Generated configuration files
48-
agent.yaml
49-
agent-config.yaml
48+
collector.yaml
49+
collector-config.yaml
5050
*.yaml.bak
5151
*.yaml.backup
5252

utilities/collector-provisioning/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ echo "=========================================="
1212
# Check if we're in the right directory
1313
if [ ! -f "enterprise_credentials.py" ]; then
1414
echo "Error: enterprise_credentials.py not found in current directory"
15-
echo "Please run this script from the utilities/agent-provisioning directory"
15+
echo "Please run this script from the utilities/collector-provisioning directory"
1616
exit 1
1717
fi
1818

utilities/collector-provisioning/test-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ echo "=========================================="
1212
# Check if we're in the right directory
1313
if [ ! -f "enterprise_credentials.py" ]; then
1414
echo "Error: enterprise_credentials.py not found in current directory"
15-
echo "Please run this script from the utilities/agent-provisioning directory"
15+
echo "Please run this script from the utilities/collector-provisioning directory"
1616
exit 1
1717
fi
1818

0 commit comments

Comments
 (0)