Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deployment/publish-downloads.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [ $# -lt 3 ]; then
fi

work_dir=$(realpath $1) # absolute path
web_dir=$(realpath $2) # absoute path
web_dir=$(realpath $2) # absolute path
binary_path=$(realpath $3) # relative path to the binary in question, either bin/wahay-TAG or bin/wahay-DATE-COMMIT

binary_name=$(basename $binary_path)
Expand Down
2 changes: 1 addition & 1 deletion tor/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"strings"
)

// minSupportedVersion is the Tor minimun supported version
// minSupportedVersion is the Tor minimum supported version
const minSupportedVersion = "0.3.2"

// Simple utilities to manage version comparisons
Expand Down