Skip to content

Commit 01aad22

Browse files
committed
Update
1 parent 99f3ebd commit 01aad22

File tree

1 file changed

+1
-1
lines changed
  • examples/singleapp/git_archive

1 file changed

+1
-1
lines changed

examples/singleapp/git_archive/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ func run() error {
128128
// $ git archive --prefix=archive/ main $(git diff --name-only ${REV1} ${REV2}) -o archive.zip
129129
// --------------------------------------------------------------------------------------------
130130

131-
// 最新のコミットハッシュを取得
131+
// コミットハッシュを取得
132132
var (
133133
from string
134134
to string

0 commit comments

Comments
 (0)