Skip to content

Commit

Permalink
Fixing capitalization typo in helloHostname
Browse files Browse the repository at this point in the history
  • Loading branch information
tefirman committed Mar 13, 2024
1 parent f91cc11 commit bed5674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helloHostname/helloHostname.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ workflow HelloHostname {
}

output {
File stdout = hostname.out
File stdout = Hostname.out
}
}

Expand Down

0 comments on commit bed5674

Please sign in to comment.