Skip to content

Commit 9ff1e10

Browse files
committed
Fix typo
1 parent a66d8e9 commit 9ff1e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/solaris/10/pkginfo.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARCH=<%= @noarch ? 'all' : @platform.architecture %>
55
CLASSES=none
66
CATEGORY=application
77
VENDOR=<%= @vendor %>
8-
PSTAMP=<%= Time.at(@source_date_epcoh).utc.strftime('%Y-%m-%d.%H%M%S') %>
8+
PSTAMP=<%= Time.at(@source_date_epoch).utc.strftime('%Y-%m-%d.%H%M%S') %>
99
EMAIL=<%= vendor_email_only %>
1010
ISTATES=S s 1 2 3
1111
RSTATES=S s 1 2 3

0 commit comments

Comments
 (0)