Skip to content

Commit

Permalink
fix pskel.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zeriyoshi committed Aug 22, 2024
1 parent 88ac7b8 commit d62adf5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pskel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ get_ext_dir() {
fi
fi

if test -f "${PSKEL_EXT_DIR}/.gitkeep" && test $(cat "${PSKEL_EXT_DIR}/.gitkeep") = "pskel_uninitialized"; then
echo "[Pskel] Project not initialized! Please run \"pskel init\"" >&2
exit 1
fi

echo "${PSKEL_EXT_DIR}"
}

Expand Down

0 comments on commit d62adf5

Please sign in to comment.