Skip to content

Commit 2a01cbd

Browse files
dmattdehesa
authored andcommitted
Remove superfluous period from all script template renaming instructions
1 parent 58b1f65 commit 2a01cbd

6 files changed

+6
-6
lines changed

templates/script-command.template.applescript

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Raycast Script Command Template
44
#
5-
# Duplicate this file and remove ".template." from the filename to get started.
5+
# Duplicate this file and remove ".template" from the filename to get started.
66
# See full documentation here: https://github.com/raycast/script-commands
77
#
88
# Required parameters:

templates/script-command.template.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Dependency: This script requires PHP
66
# Install PHP: http://www.https://www.php.net/
77
#
8-
# Duplicate this file and remove ".template." from the filename to get started.
8+
# Duplicate this file and remove ".template" from the filename to get started.
99
# See full documentation here: https://github.com/raycast/script-commands
1010
#
1111
# Required parameters:

templates/script-command.template.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Dependency: This script requires Python 3
66
# Install Python 3: https://www.python.org/downloads/release
77
#
8-
# Duplicate this file and remove ".template." from the filename to get started.
8+
# Duplicate this file and remove ".template" from the filename to get started.
99
# See full documentation here: https://github.com/raycast/script-commands
1010
#
1111
# Required parameters:

templates/script-command.template.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Dependency: This script requires Ruby
66
# Install Ruby: http://www.ruby-lang.org/
77
#
8-
# Duplicate this file and remove ".template." from the filename to get started.
8+
# Duplicate this file and remove ".template" from the filename to get started.
99
# See full documentation here: https://github.com/raycast/script-commands
1010
#
1111
# Required parameters:

templates/script-command.template.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Raycast Script Command Template
44
#
5-
# Duplicate this file and remove ".template." from the filename to get started.
5+
# Duplicate this file and remove ".template" from the filename to get started.
66
# See full documentation here: https://github.com/raycast/script-commands
77
#
88
# Required parameters:

templates/script-command.template.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// Raycast Script Command Template
44
//
5-
// Duplicate this file and remove ".template." from the filename to get started.
5+
// Duplicate this file and remove ".template" from the filename to get started.
66
// See full documentation here: https://github.com/raycast/script-commands
77
//
88
// Required parameters:

0 commit comments

Comments
 (0)