Skip to content

Commit 0853b19

Browse files
committed
Minor fix in indentation & Private icon updated
1 parent 87e3bf8 commit 0853b19

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/gist-secret.png

-298 Bytes
Loading

src/info.plist

+3-3
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ for item in data:
329329
#
330330
alfreditems['items'].append({
331331
"mysortkey": mysortkey,
332-
"uid": title,
332+
"uid": title,
333333
"title": title,
334334
"subtitle": description,
335335
"autocomplete": title,
@@ -339,7 +339,7 @@ for item in data:
339339
}
340340
})
341341
342-
# Sort currencies
342+
# Sort gists
343343
#
344344
lines = sorted(alfreditems['items'], key=lambda k: k['mysortkey'], reverse=False)
345345
dump = json.dumps({'items': lines}, indent=4)
@@ -664,7 +664,7 @@ Icons taken from https://octicons.github.com/ - MIT License</string>
664664
<string>user</string>
665665
</array>
666666
<key>version</key>
667-
<string>2017.12.05</string>
667+
<string>2017.12.14</string>
668668
<key>webaddress</key>
669669
<string>https://github.com/vookimedlo/alfred-github-gists</string>
670670
</dict>

0 commit comments

Comments
 (0)