Skip to content

Commit 2dd27cf

Browse files
Renamed directory to resolve name conflict with executable
1 parent b6e3f92 commit 2dd27cf

File tree

12 files changed

+4
-4
lines changed

12 files changed

+4
-4
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ deploy.sh
99
**/geckodriver.log
1010
/Notifier
1111
permissions.txt
12-
urlwatcher/urls.list
13-
urlwatcher/images/*
12+
URL Watcher/urls.list
13+
URL Watcher/images/*
1414
NotifierBot/.build
1515

1616

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ For the bot to work, you first need the following things:
6161
7. Make the telegram script executable: `chmod +x tools/telegram.sh`
6262
8. Repeat steps 2 - 5 for the urlwatcher script:
6363
```swift
64-
cd urlwatcher
64+
cd "URL Watcher"
6565
swift build -c release
6666
cp .build/release/urlwatcher ..
6767
cd ..
@@ -82,7 +82,7 @@ $ tree -L 2
8282
├── tools
8383
│   ├── screenshot.sh
8484
│   └── telegram.sh
85-
└── urlwatcher
85+
└── URL Watcher
8686
├── Package.swift
8787
├── Sources
8888
└── urlwatcher.sh.old

urlwatcher/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata renamed to URL Watcher/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

File renamed without changes.

urlwatcher/.swiftpm/xcode/xcshareddata/xcschemes/urlwatcher.xcscheme renamed to URL Watcher/.swiftpm/xcode/xcshareddata/xcschemes/urlwatcher.xcscheme

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)