瀏覽代碼

Script typo

master
The Dod 1 天之前
父節點
當前提交
1b92190482
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      install.sh

+ 1
- 1
install.sh 查看文件

@@ -1,5 +1,5 @@
1 1
 #!/bin/bash
2
-cd "$(basename "$0")"
2
+cd "$(dirname "$0")"
3 3
 virtualenv venv
4 4
 source venv/bin/activate
5 5
 pip install -r requirements.txt

Loading…
取消
儲存