Skip to content

Commit ed17967

Browse files
committed
---
yaml --- r: 6589 b: refs/heads/master c: 1652b92 h: refs/heads/master i: 6587: 27fedce v: v3
1 parent 87a5fd3 commit ed17967

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: a1b215aea1af1c7131219bec66603eca4b77b8b7
2+
refs/heads/master: 1652b921fa2fadc936b346fc3de217cf97b0e476

trunk/src/etc/make-snapshot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import snapshot, sys
44

5-
if len(sys.argv) == 2:
5+
if len(sys.argv) == 3:
66
print(snapshot.make_snapshot(sys.argv[1], sys.argv[2], ""))
77
else:
88
print(snapshot.make_snapshot(sys.argv[1], sys.argv[2], sys.argv[3]))

0 commit comments

Comments
 (0)