Skip to content

Commit

Permalink
Fix git repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
opabravo committed Jan 15, 2023
1 parent 2bbb686 commit 1657892
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ GSS實習生Google Sheet簽到的自動化腳本POC
```console
usage: main.py [-h] [-v] [-c | -s SHOW_WORKING_HOURS]

GSS實習生通用腳本 https://github.com/opabravo/intern-auto-checkin
GSS實習生通用腳本 https://github.com/opabravo/intern-checkin-poc

options:
-h, --help show this help message and exit
Expand Down Expand Up @@ -53,7 +53,7 @@ Press any key to exit...
#### Clone後安裝依賴

```bash
git clone https://github.com/opabravo/intern-auto-checkin.git
git clone https://github.com/opabravo/intern-checkin-poc.git
cd intern-auto-checkin
poetry install
poetry shell
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def fetch_working_hours(year: int):
def init_parser():
"""Argparse initialization"""
parser = argparse.ArgumentParser(
description='GSS實習生通用腳本\nhttps://github.com/opabravo/intern-auto-checkin')
description='GSS實習生通用腳本\nhttps://github.com/opabravo/intern-checkin-poc')
parser.add_argument('-v', '--verbose',
action='store_true', help='顯示詳細資訊,並存到logs.log')
group = parser.add_mutually_exclusive_group()
Expand Down

0 comments on commit 1657892

Please # to comment.