Skip to content

Commit 8be52f2

Browse files
Correcting the typo in the name of missing dependency script
Co-authored-by: SrijanBatra <srijan.94@gmail.com> Co-authored-by: codeperfectplus <deepak008@live.com>
1 parent f289d76 commit 8be52f2

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/scripts/dashboard.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ SCRIPT_DIR="$(dirname "$(realpath "$0" 2>/dev/null || readlink -f "$0")")"
6060
PROJECT_DIR="$(dirname "$(dirname "$SCRIPT_DIR")")"
6161
FLASK_APP_PATH="${FLASK_APP_PATH:-$PROJECT_DIR/app.py}"
6262
REQUIREMENTS_FILE="${REQUIREMENTS_FILE:-$PROJECT_DIR/requirements.txt}"
63-
SCRIPT_TO_CHECK_REQUIREMENTS="$SCRIPT_DIR/missing_dependcy.py"
63+
SCRIPT_TO_CHECK_REQUIREMENTS="$SCRIPT_DIR/missing_dependency.py"
6464
FLASK_PORT="${FLASK_PORT:-5050}"
6565
APP_NAME="systemguard"
6666
LOG_FILE="/home/$(whoami)/logs/flask.log"

0 commit comments

Comments
 (0)