Skip to content

Commit

Permalink
Fix typo in get_clockwork script
Browse files Browse the repository at this point in the history
  • Loading branch information
reagank committed Feb 6, 2023
1 parent 9f4b8bd commit 1d512ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions get_clockwork.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# Description:
# Usage:
# Date Created: 2023-01-17 14:43
# Last Modified: Mon 23 Jan 2023 08:22:04 PM EST
# Last Modified: Mon 06 Feb 2023 05:43:51 PM EST
# Author: Reagan Kelly ([email protected])
#

wget -O- https://github.com/iqbal-lab-org/clockwork/releases/download/v0.11.3/clockwork_v0.11.3.img >tools/clockwork-0.11.3/clockwork_v01.11.3.img
wget -O- https://github.com/iqbal-lab-org/clockwork/releases/download/v0.11.3/clockwork_v0.11.3.img >tools/clockwork-0.11.3/clockwork_v0.11.3.img
2 changes: 1 addition & 1 deletion tools/clockwork-0.11.3/clockwork
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

singularity exec ../tools/clockwork-0.11.3/clockwork_v01.11.3.img clockwork "$@"
singularity exec ../tools/clockwork-0.11.3/clockwork_v0.11.3.img clockwork "$@"

0 comments on commit 1d512ce

Please sign in to comment.