Skip to content

Commit

Permalink
Update gclone docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
anttiharju committed Sep 3, 2024
1 parent 0cab45b commit bfd20e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/gclone
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env dash
set -eu

# [WIP] Git CLONE:
# Clone a repo via SSH based on https URL or repo name.
# Git CLONE:
# Clone a repo via SSH based on https URL or just the repo name.

# Check if input argument is provided
if [ $# -eq 0 ]; then
Expand Down

0 comments on commit bfd20e5

Please sign in to comment.