Skip to content
Open
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
4 changes: 2 additions & 2 deletions init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ render () {

# Check if any arguments were passed or if the passed argument is empty
if [ $# -eq 0 -o -z "$1" ]; then
echo "No arguments supplied. Expecting a volume mounted with the repository."
echo "No argument for GitHub supplied. Using the mounted volume as the repository."

# Start the rendering process
render
Expand All @@ -73,4 +73,4 @@ else
render

mv /results/gource.mp4 "/results/$github_user-$github_repository.mp4"
fi
fi