Skip to content

Commit

Permalink
Merge pull request #35 from jacksegal/filter-34
Browse files Browse the repository at this point in the history
Issue #34 - Fixing regex for getDeviceList
  • Loading branch information
jacksegal authored Jan 19, 2018
2 parents 78bb38a + 0921c32 commit ea52c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcloud-snapshot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ getInstanceZone()

getDeviceList()
{
echo "$(gcloud compute disks list --filter users~$1 --format='value(name)')"
echo "$(gcloud compute disks list --filter users~$1\$ --format='value(name)')"
}


Expand Down

0 comments on commit ea52c27

Please sign in to comment.