このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
isprogram
/
pyenv
ミラー元
https://github.com/pyenv/pyenv.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プロジェクト
0
リリース
241
Wiki
アクティビティ
ソースを参照
v20141211 (
fixes
#288
)
pull/289/head
v20141211
Yamashita Yuu
11年前
親
fc49f7e21e
コミット
d320d74a07
2個のファイルの変更
、
2行の追加
、
2行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
libexec/pyenv---version
+1
-1
test/pyenv.bats
+ 1
- 1
libexec/pyenv---version
ファイルの表示
@ -12,7 +12,7 @@
set -e
[ -n "$PYENV_DEBUG" ] && set -x
version="20141
127
"
version="20141
211
"
if cd "$PYENV_ROOT" 2>/dev/null; then
git_revision="$(git describe --tags HEAD 2>/dev/null || true)"
+ 1
- 1
test/pyenv.bats
ファイルの表示
@ -5,7 +5,7 @@ load test_helper
@test "blank invocation" {
run pyenv
assert_success
assert [ "${lines[0]}" == "pyenv 20141
127
" ]
assert [ "${lines[0]}" == "pyenv 20141
211
" ]
}
@test "invalid command" {
書き込み
プレビュー
読み込み中…
キャンセル
保存