Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion install_station/partition.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def get_scheme(disk: str) -> str:
str: Partition scheme ('GPT', 'MBR', or empty if none)
"""
scheme_output = Popen(
f"{query}/detect-sheme.sh {disk}",
f"{query}/detect-scheme.sh {disk}",
shell=True,
stdin=PIPE,
stdout=PIPE,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
#
# /usr/local/etc/install-station/detect-sheme.sh v 0.1 Wed May 1 20:31:52 ADT 2013 Eric Turgeon
# /usr/local/etc/install-station/detect-scheme.sh v 0.1 Wed May 1 20:31:52 ADT 2013 Eric Turgeon
#
# Detect a disk sheme and display them.
# Detect a disk scheme and display them.
#


Expand Down