Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jtschoonhoven committed May 2, 2020
1 parent 45ec7d4 commit f94d71c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.21
0.1.22
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ cp -r "${CACHE_DIR}/tor" "${BUILD_DIR}"
echo "${TOR_SRC_NAME}" > "${CACHE_DIR}/tor_version.txt"

# Copy the default torrc.erb template file to the tor directory
cp ."${BUILDPACK_DIR}/../lib/torrc.erb" "${BUILD_DIR}/tor/torrc.erb"
cp "${BUILDPACK_DIR}/../lib/torrc.erb" "${BUILD_DIR}/tor/torrc.erb"

# Copy the run_tor executable to the tor directory
cp "${BUILDPACK_DIR}/run_tor" "${BUILD_DIR}/tor/bin/${RUN_COMMAND}"
Expand Down

0 comments on commit f94d71c

Please sign in to comment.