Skip to content

Commit

Permalink
New Tab Getter Script Fix (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrw committed Dec 5, 2018
1 parent 2262afe commit 7e918d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion new-tab/new-tab.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

rm ./.new-tab.sh
curl -s https://raw.githubusercontent.com/square/misk-web/master/new-tab/.new-tab.sh -o .new-tab.sh
chmod +x .new-tab.sh
./.new-tab.sh
rm ./.new-tab.sh

0 comments on commit 7e918d6

Please sign in to comment.